fix(tstest): Improve timeout and error handling in test execution along with TAP parser timeout logic improvements.

This commit is contained in:
2025-05-24 02:22:34 +00:00
parent 23addc2d2f
commit 63280e4a9a
4 changed files with 49 additions and 14 deletions

View File

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