fix(runtime): handle expected exitCode rejection after terminating timed out test processes

This commit is contained in:
2026-03-23 14:40:54 +00:00
parent 8e53e5143e
commit 5563154fd9
3 changed files with 9 additions and 1 deletions

View File

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