Skip to content

Commit

Permalink
test #11: Fix nodemon so mocha tests rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
Boosmith committed Aug 28, 2019
1 parent 9fbddcc commit 9eb1ac2
Show file tree
Hide file tree
Showing 5 changed files with 292 additions and 44 deletions.
2 changes: 1 addition & 1 deletion nodemon.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"exec": "npm run dev",
"exec": "run-p dev test",
"watch": ["src/*", "test/*", "public/*"],
"ext": "js, html, css, json"
}
Loading

0 comments on commit 9eb1ac2

Please sign in to comment.