feat(cli): Add --startFrom and --stopAt options to filter test files by range

This commit is contained in:
2025-05-23 23:05:38 +00:00
parent 83b324b09f
commit 27c950c1a1
4 changed files with 80 additions and 10 deletions

View File

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