Skip to content
This repository has been archived by the owner on Feb 2, 2020. It is now read-only.

Commit

Permalink
--no-timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Jan 10, 2016
1 parent 40a8f2e commit 84c92e6
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 @@ -13,7 +13,7 @@
"precover": "npm run build",
"test": "mocha --compilers js:babel-register \"test/@(acceptance|unit)/**/*-test.js\" test/lint.js assets/test-file.js",
"cover": "babel-node node_modules/isparta/bin/isparta cover --include-all-sources --report html --report lcov node_modules/mocha/bin/_mocha -- --compilers js:babel-register \"test/@(acceptance|unit)/**/*-test.js\" test/lint.js assets/test-file.js",
"debug": "node debug node_modules/mocha/bin/_mocha --timeout 600000 --compilers js:babel-register \"test/unit/**/*-test.js\"",
"debug": "node debug node_modules/mocha/bin/_mocha --no-timeouts --compilers js:babel-register \"test/unit/**/*-test.js\"",
"lint": "mocha test/lint.js assets/test-file.js"
},
"repository": {
Expand Down

0 comments on commit 84c92e6

Please sign in to comment.