Skip to content

Commit 68eee08

Browse files
committed
#196 - Fix failing test scripts
1 parent f6f5287 commit 68eee08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"changelog": "lerna-changelog",
3434
"docs": "node ./scripts/update-docs.js",
3535
"prettier": "prettier --write '{examples,lib,scripts,src,test}/**/*.js'",
36-
"test": "jest --color",
37-
"test:watch": "jest --color --watchAll --notify"
36+
"test": "jest --color --runInBand",
37+
"test:watch": "jest --color --runInBand --watchAll --notify"
3838
},
3939
"repository": {
4040
"type": "git",

0 commit comments

Comments
 (0)