feat(cli): Add --version option and warn against global tstest usage in the tstest project

This commit is contained in:
2025-05-26 14:20:55 +00:00
parent 3d85f54be0
commit 82fc22653b
3 changed files with 55 additions and 1 deletions

View File

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