fix(tstest): Fix timeout handling to correctly evaluate TAP results after killing the test process.

This commit is contained in:
2025-05-24 14:33:24 +00:00
parent 3c535a8a77
commit 96efba5903
3 changed files with 7 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tstest',
version: '1.11.4',
version: '1.11.5',
description: 'a test utility to run tests that match test/**/*.ts'
}