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 7e591c2 commit 7aabb91Copy full SHA for 7aabb91
.mocharc.json
@@ -0,0 +1,3 @@
1
+{
2
+ "require": "intelli-espower-loader"
3
+}
package.json
@@ -11,8 +11,8 @@
11
},
12
"scripts": {
13
"test": "npm run test-unit && npm run lint",
14
- "test-unit": "mocha --require intelli-espower-loader test/unit/*.test.js --exit",
15
- "test-all": "mocha --require intelli-espower-loader test/**/*.test.js --exit",
+ "test-unit": "mocha test/unit/*.test.js",
+ "test-all": "mocha test/**/*.test.js",
16
"coverage": "nyc --reporter=html --reporter=text --reporter=text-summary npm test",
17
"coverage-all": "nyc --reporter=lcov --reporter=text --reporter=text-summary npm run test-all",
18
"report-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov",
0 commit comments