Skip to content

Commit

Permalink
test: Desactivate mocha timeout for slow file system functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
q2s2t committed Oct 10, 2018
1 parent 303a665 commit b7f4351
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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 'test/**/*.spec.js'",
"test": "npx mocha -r esm 'test/**/*.spec.js' --timeout=0",
"coverage": "npx nyc --reporter=html --reporter=lcov npm test",
"coveralls": "cat ./coverage/lcov.info | npx coveralls"
},
Expand Down Expand Up @@ -56,6 +56,7 @@
"coveralls": "^3.0.2",
"mocha": "^5.0.0",
"nyc": "^12.0.2",
"rimraf": "^2.6.2",
"standard": "^11.0.1"
}
}

0 comments on commit b7f4351

Please sign in to comment.