fix(tstest-logging): Improve log file handling with log rotation and diff reporting

This commit is contained in:
2025-05-24 00:59:30 +00:00
parent 3eb8ef22e5
commit aa10fc4ab3
4 changed files with 130 additions and 7 deletions

View File

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