feat(tstest): Enhance tstest with fluent API, suite grouping, tag filtering, fixture & snapshot testing, and parallel execution improvements
This commit is contained in:
10
package.json
10
package.json
@ -15,11 +15,11 @@
|
||||
"tstest": "./cli.js"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "pnpm run build && pnpm run test:tapbundle && pnpm run test:tstest",
|
||||
"test:tapbundle": "tsx ./cli.child.ts test/tapbundle/**/*.ts",
|
||||
"test:tapbundle:verbose": "tsx ./cli.child.ts test/tapbundle/**/*.ts --verbose",
|
||||
"test:tstest": "tsx ./cli.child.ts test/tstest/**/*.ts",
|
||||
"test:tstest:verbose": "tsx ./cli.child.ts test/tstest/**/*.ts --verbose",
|
||||
"test": "pnpm run build && pnpm run test:tapbundle:verbose && pnpm run test:tstest:verbose",
|
||||
"test:tapbundle": "tsx ./cli.child.ts \"test/tapbundle/**/*.ts\"",
|
||||
"test:tapbundle:verbose": "tsx ./cli.child.ts \"test/tapbundle/**/*.ts\" --verbose",
|
||||
"test:tstest": "tsx ./cli.child.ts \"test/tstest/**/*.ts\"",
|
||||
"test:tstest:verbose": "tsx ./cli.child.ts \"test/tstest/**/*.ts\" --verbose",
|
||||
"build": "(tsbuild tsfolders)",
|
||||
"buildDocs": "tsdoc"
|
||||
},
|
||||
|
Reference in New Issue
Block a user