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 6f5ff23 commit 4978babCopy full SHA for 4978bab
package.json
@@ -46,6 +46,7 @@
46
"lint": "eslint .",
47
"test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
48
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
49
- "test-cov": "nyc --reporter=html --reporter=text npm test"
+ "test-cov": "nyc --reporter=html --reporter=text npm test",
50
+ "test-debug": "npm test -- --timeout 0"
51
}
52
0 commit comments