feat(tstest): Enhance tstest with fluent API, suite grouping, tag filtering, fixture & snapshot testing, and parallel execution improvements
This commit is contained in:
3
test/debug.js
Normal file
3
test/debug.js
Normal file
@ -0,0 +1,3 @@
|
||||
// Direct run to see TAP output
|
||||
const { execSync } = require('child_process');
|
||||
console.log(execSync('tsx test/tapbundle/test.debug.ts', { cwd: '/mnt/data/lossless/git.zone/tstest' }).toString());
|
Reference in New Issue
Block a user