fix(tstest): Add timeout warning for long-running tests and introduce local settings configuration

This commit is contained in:
2025-05-24 10:52:15 +00:00
parent 13b11ab1bf
commit 33f705d961
3 changed files with 26 additions and 4 deletions

View File

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