Skip to content

Commit e247828

Browse files
committed
Fix npm run test:ci
1 parent 866f359 commit e247828

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"scripts": {
66
"build": "node scripts/build.js",
77
"dev": "webpack -w -c ./webpack.config.ts --env development",
8-
"test": "jest --watch --onlyChanged",
9-
"test:ci": "jest --passWithNoTests --maxWorkers 4",
8+
"test": "jest --watch --onlyChanged --config .config/jest.config.js",
9+
"test:ci": "jest --passWithNoTests --maxWorkers 4 --config .config/jest.config.js",
1010
"typecheck": "tsc --noEmit",
1111
"scope-bootstrap": "node scripts/scope-bootstrap.js",
1212
"lint": "eslint --config .config/eslint.config.mjs --cache .",

0 commit comments

Comments
 (0)