fix(chromium runtime): encode Chromium test bundle names correctly for nested file paths

This commit is contained in:
2026-03-26 08:19:42 +00:00
parent 8435c45b4b
commit 3a56040c5b
4 changed files with 11 additions and 5 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tstest',
version: '3.6.0',
version: '3.6.1',
description: 'A powerful, modern test runner for TypeScript with multi-runtime support (Node.js, Deno, Bun, Chromium) and a batteries-included test framework.'
}