fix(tstest): Clear timeout identifiers after successful test execution and add local CLAUDE settings

This commit is contained in:
2025-05-24 01:42:24 +00:00
parent 2841aba8a4
commit 3649114c8d
3 changed files with 17 additions and 3 deletions

View File

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