We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2845af9 + 65c958e commit 0a228f1Copy full SHA for 0a228f1
.gitignore
@@ -1,3 +1,5 @@
1
/node_modules
2
/example/assets
3
/test/js
4
+
5
+/coverage
package.json
@@ -33,7 +33,7 @@
33
"scripts": {
34
"test": "mocha",
35
"travis": "npm run cover -- --report lcovonly",
36
- "cover": "istanbul cover node_modules/mocha/bin/_mocha",
+ "cover": "istanbul cover _mocha",
37
"publish-patch": "mocha && npm version patch && git push && git push --tags && npm publish"
38
}
39
0 commit comments