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 e091b77 commit 99e421fCopy full SHA for 99e421f
1 file changed
packages/dev-server-legacy/package.json
@@ -27,8 +27,8 @@
27
"scripts": {
28
"build": "tsc",
29
"start": "wds --open --config demo/server.config.mjs",
30
- "test:node": "node --experimental-strip-types --test --test-force-exit test/**/*.test.ts",
31
- "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\""
32
},
33
"files": [
34
"*.d.ts",
0 commit comments