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 6f3dae1 commit c166e6dCopy full SHA for c166e6d
package.json
@@ -46,7 +46,6 @@
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",
50
- "test-debug": "npm test -- --timeout 0"
+ "test-cov": "nyc --reporter=html --reporter=text npm test"
51
}
52
-}
+}
0 commit comments