Skip to content

Commit 12f1d16

Browse files
committed
fix(ts): attempt to fix plugin test issues
1 parent cebe41d commit 12f1d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"start": "concurrently \"npm run server\" \"npm run client\"",
1111
"build": "vite build",
1212
"build-ts": "tsc",
13-
"test": "NODE_ENV=test mocha './test/**/*.js --exit",
13+
"test": "NODE_ENV=test ts-mocha './test/*.js' --exit; mocha './test/plugin/*.js' --exit",
1414
"test-coverage": "nyc npm run test",
1515
"test-coverage-ci": "nyc --reporter=lcovonly --reporter=text npm run test",
1616
"prepare": "node ./scripts/prepare.js",

0 commit comments

Comments
 (0)