We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a4e9f4 + 6c71a0b commit 1c3fa3fCopy full SHA for 1c3fa3f
1 file changed
web/package.json
@@ -16,7 +16,7 @@
16
"lint": "eslint ./src ./integration-tests --fix && stylelint \"src/**/*.css\" --allow-empty-input --fix",
17
"lint:tsc": "tsc --noEmit",
18
"test:e2e": "cd ./integration-tests && cypress open --env openshift=true",
19
- "test:unit": "jest --config jest.config.js",
+ "test:unit": "jest --runInBand --config jest.config.js",
20
"test:unit:watch": "jest --config jest.config.js --watch",
21
"test:unit:coverage": "jest --config jest.config.js --coverage"
22
},
0 commit comments