feat(cli): Enhance test discovery with support for single file and glob pattern execution using improved CLI argument detection

This commit is contained in:
2025-05-15 14:37:55 +00:00
parent 1f73751a8c
commit a57edeef64
11 changed files with 1660 additions and 1252 deletions

View File

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