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 779a460 commit 83cae91Copy full SHA for 83cae91
package.json
@@ -33,7 +33,7 @@
33
"precommit": "lint-staged && npm test",
34
"test": "jest",
35
"test:verbose": "jest --verbose",
36
- "test:coverage": "jest --coverage",
+ "test:coverage": "jest --coverage --runInBand --no-cache",
37
"release": "yarn run clean && yarn install && yarn run build && standard-version"
38
},
39
"devDependencies": {
0 commit comments