Skip to content

Commit

Permalink
test: Remove timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
q2s2t committed Oct 13, 2018
1 parent 1fb713d commit 1134315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A Node.js wrapper for 7-Zip with platform binaries",
"main": "lib/index.js",
"scripts": {
"test": "npx mocha -r esm --reporter=spec 'test/**/*.spec.js'",
"test": "npx mocha -r esm --reporter=spec 'test/**/*.spec.js' --timeout=0",
"coverage-local": "npx nyc --reporter=html --reporter=lcov npm test",
"coverage-travis": "npx --reporter=lcovonly npm test",
"coveralls": "cat ./coverage/lcov.info | npx coveralls"
Expand Down

0 comments on commit 1134315

Please sign in to comment.