Skip to content

Commit

Permalink
tests: ensure mocha suite separation
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jun 29, 2019
1 parent 1fe9061 commit badaf7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"npm": "1.2.8000 || >= 1.4.16"
},
"scripts": {
"test": "istanbul cover node_modules/mocha/bin/_mocha"
"test": "istanbul cover node_modules/mocha/bin/_mocha -- test/*/index.js"
}
}
2 changes: 0 additions & 2 deletions test/index.js

This file was deleted.

0 comments on commit badaf7b

Please sign in to comment.