fix(tapParser/logger): Fix test duration reporting and summary formatting in TAP parser and logger

This commit is contained in:
2025-05-26 16:07:17 +00:00
parent c26145205f
commit 70435cce45
4 changed files with 26 additions and 10 deletions

View File

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