Skip to content

Commit badaf7b

Browse files
committed
tests: ensure mocha suite separation
1 parent 1fe9061 commit badaf7b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"npm": "1.2.8000 || >= 1.4.16"
3131
},
3232
"scripts": {
33-
"test": "istanbul cover node_modules/mocha/bin/_mocha"
33+
"test": "istanbul cover node_modules/mocha/bin/_mocha -- test/*/index.js"
3434
}
3535
}

test/index.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)