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 cebe41d commit 12f1d16Copy full SHA for 12f1d16
package.json
@@ -10,7 +10,7 @@
10
"start": "concurrently \"npm run server\" \"npm run client\"",
11
"build": "vite build",
12
"build-ts": "tsc",
13
- "test": "NODE_ENV=test mocha './test/**/*.js --exit",
+ "test": "NODE_ENV=test ts-mocha './test/*.js' --exit; mocha './test/plugin/*.js' --exit",
14
"test-coverage": "nyc npm run test",
15
"test-coverage-ci": "nyc --reporter=lcovonly --reporter=text npm run test",
16
"prepare": "node ./scripts/prepare.js",
0 commit comments