Skip to content

Commit

Permalink
separate mocha processes
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan committed Sep 28, 2019
1 parent a5b5c09 commit 771d600
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 @@ -19,7 +19,7 @@
"start": "ember serve",
"test": "ember test",
"test:all": "ember try:each",
"test:node": "mocha node-tests/**"
"test:node": "for i in node-tests/*/*; do mocha $i; done"
},
"dependencies": {
"body-parser": "^1.17.0",
Expand Down

0 comments on commit 771d600

Please sign in to comment.