fix(logging): Include runtime identifier in per-test logfile name and sanitize runtime string

This commit is contained in:
2025-11-17 13:42:32 +00:00
parent 9357d6e7ef
commit 1ce730d4f2
3 changed files with 14 additions and 5 deletions

View File

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