We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm run test:ci
1 parent 866f359 commit e247828Copy full SHA for e247828
package.json
@@ -5,8 +5,8 @@
5
"scripts": {
6
"build": "node scripts/build.js",
7
"dev": "webpack -w -c ./webpack.config.ts --env development",
8
- "test": "jest --watch --onlyChanged",
9
- "test:ci": "jest --passWithNoTests --maxWorkers 4",
+ "test": "jest --watch --onlyChanged --config .config/jest.config.js",
+ "test:ci": "jest --passWithNoTests --maxWorkers 4 --config .config/jest.config.js",
10
"typecheck": "tsc --noEmit",
11
"scope-bootstrap": "node scripts/scope-bootstrap.js",
12
"lint": "eslint --config .config/eslint.config.mjs --cache .",
0 commit comments