Skip to content

Commit 1c3fa3f

Browse files
Merge pull request #194 from alanconway/test-run-in-band
NO-JIRA: refactor: test with --runInBand, runs faster with less memory.
2 parents 8a4e9f4 + 6c71a0b commit 1c3fa3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint": "eslint ./src ./integration-tests --fix && stylelint \"src/**/*.css\" --allow-empty-input --fix",
1717
"lint:tsc": "tsc --noEmit",
1818
"test:e2e": "cd ./integration-tests && cypress open --env openshift=true",
19-
"test:unit": "jest --config jest.config.js",
19+
"test:unit": "jest --runInBand --config jest.config.js",
2020
"test:unit:watch": "jest --config jest.config.js --watch",
2121
"test:unit:coverage": "jest --config jest.config.js --coverage"
2222
},

0 commit comments

Comments
 (0)