Skip to content

Commit f3e4712

Browse files
committed
#196 - Fix failing test scripts
1 parent efc1bb9 commit f3e4712

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
@@ -32,8 +32,8 @@
3232
"changelog": "lerna-changelog",
3333
"docs": "node ./scripts/update-docs.js",
3434
"prettier": "prettier --write '{examples,lib,scripts,src,test}/**/*.js'",
35-
"test": "jest --color",
36-
"test:watch": "jest --color --watchAll --notify"
35+
"test": "jest --color --runInBand",
36+
"test:watch": "jest --color --runInBand --watchAll --notify"
3737
},
3838
"repository": {
3939
"type": "git",

0 commit comments

Comments
 (0)