Skip to content

Commit 99e421f

Browse files
committed
fix: use node glob to find all test files consistently
1 parent e091b77 commit 99e421f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/dev-server-legacy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"scripts": {
2828
"build": "tsc",
2929
"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"
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\""
3232
},
3333
"files": [
3434
"*.d.ts",

0 commit comments

Comments
 (0)