feat(logger): Improve logging output and add --logfile support for persistent logs

This commit is contained in:
2025-05-15 17:50:25 +00:00
parent dc0f859fad
commit 56f0f0be16
8 changed files with 137 additions and 221 deletions

View File

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