Skip to content
Snippets Groups Projects
Commit cd6f5a19 authored by Maxim Khlobystov's avatar Maxim Khlobystov
Browse files

Add --runInBand option to the jest command

parent cd8666b9
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
"description": "",
"main": "app.js",
"scripts": {
"test": "jest"
"test": "jest --runInBand"
},
"jest": {
"verbose": false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment