Test fixes

This commit is contained in:
Jori Lallo
2016-09-11 12:09:45 -07:00
parent 458735f341
commit 1b14152291
3 changed files with 4 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
"test": "npm run test:frontend && npm run test:server",
"test:frontend": "jest",
"test:watch": "jest --watch",
"test:server": "jest --config=server/.jest-config"
"test:server": "jest --config=server/.jest-config --runInBand"
},
"jest": {
"verbose": false,