fix(cli,chromium-runtime): clean up long-lived test runner resources after runs to prevent hanging processes

This commit is contained in:
2026-03-27 17:19:43 +00:00
parent 099eff0b1e
commit 3b2a5982a2
5 changed files with 19 additions and 337 deletions

View File

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