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.
1 parent 76922b5 commit 66df993Copy full SHA for 66df993
package.json
@@ -7,7 +7,7 @@
7
"test": "test"
8
},
9
"scripts": {
10
- "test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha --timeout 120000 --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
+ "test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --timeout 120000 -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
11
"test": "mocha test --timeout 120000",
12
"prebuild": "npm run lint; npm test",
13
"lint": "eslint src/",
0 commit comments