Skip to content

Commit

Permalink
NXP-27170: README - don't run tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
ataillefer committed Apr 16, 2019
1 parent 3b8ec51 commit bcd9452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"scripts": {
"format": "prettier --write {*.js,**/*.js}",
"lint": "eslint '{*.js,**/*.js}'",
"test": "jest --verbose"
"test": "jest --verbose --runInBand"
}
}

0 comments on commit bcd9452

Please sign in to comment.