We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b93df commit 79d1cd6Copy full SHA for 79d1cd6
1 file changed
packages/test-runner-junit-reporter/package.json
@@ -26,8 +26,8 @@
26
},
27
"scripts": {
28
"build": "tsc",
29
- "test:node": "node --experimental-strip-types --test --test-force-exit test/**/*.test.ts",
30
- "test:watch": "node --experimental-strip-types --test --test-force-exit --watch test/**/*.test.ts"
+ "test:node": "node --experimental-strip-types --test --test-force-exit \"test/**/*.test.ts\"",
+ "test:watch": "node --experimental-strip-types --test --test-force-exit --watch \"test/**/*.test.ts\""
31
32
"files": [
33
"*.d.ts",
0 commit comments