Skip to content

Commit 83cae91

Browse files
committed
chore: add runInBand to tests
1 parent 779a460 commit 83cae91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"precommit": "lint-staged && npm test",
3434
"test": "jest",
3535
"test:verbose": "jest --verbose",
36-
"test:coverage": "jest --coverage",
36+
"test:coverage": "jest --coverage --runInBand --no-cache",
3737
"release": "yarn run clean && yarn install && yarn run build && standard-version"
3838
},
3939
"devDependencies": {

0 commit comments

Comments
 (0)