We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075e78b commit 4b31d65Copy full SHA for 4b31d65
package.json
@@ -15,7 +15,7 @@
15
"scripts": {
16
"build": "webpack --mode production",
17
"dev": "webpack --mode development --watch",
18
- "test": "jest --verbose --coverage --watchAll --runInBand --detectOpenHandles --forceExit",
+ "test": "jest --verbose --coverage --watchAll --forceExit",
19
"docker-test-lint": "eslint --ext .js --ext .jsx src",
20
"docs": "typedoc --json docs --inputFiles src/app --inputFiles src/backend --readme docs/readme.md"
21
},
0 commit comments