Skip to content

Commit be7f6f3

Browse files
committed
(#145) Added Jest --runInBand option
1 parent b738d83 commit be7f6f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"scripts": {
4747
"clean": "rm -rf dist",
4848
"compile": "npm run clean && tsc -p .",
49-
"test": "jest",
50-
"coverage": "jest --coverage",
49+
"test": "jest --runInBand",
50+
"coverage": "jest --coverage --runInBand",
5151
"lint": "tslint -p tsconfig.json",
5252
"watch": "tsc -w -p .",
5353
"publish-next": "npm publish --tag next",

0 commit comments

Comments
 (0)