fix(tstest): Fix test timing display issue and update TAP protocol documentation

This commit is contained in:
2025-05-23 22:27:12 +00:00
parent 02aeb8195e
commit c48887a820
9 changed files with 1041 additions and 211 deletions

View File

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