fix(tstest): Improve timeout warning timer management and summary output formatting in the test runner.

This commit is contained in:
2025-05-26 14:04:40 +00:00
parent 91b99ce304
commit 9464c17c15
4 changed files with 65 additions and 23 deletions

View File

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