Skip to content

Commit 3382629

Browse files
committed
change test command
1 parent c1cc102 commit 3382629

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"scripts": {
1919
"build": "npm run build:grammar && tsc",
20-
"test": "mocha -r ts-node/register -p tsconfig.test.json test/**/*.test.ts",
20+
"test": "TS_NODE_PROJECT=tsconfig.test.json mocha -r ts-node/register \"test/**/*.test.ts\"",
2121
"watch": "npm run build:grammar && concurrently \"npm:watch:ts\" \"npm:watch:grammar\"",
2222
"watch:ts": "tsc -w",
2323
"watch:grammar": "chokidar \"syntaxes/*.jsonc\" -c \"npm run build:grammar\"",

0 commit comments

Comments
 (0)