We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86bc08b commit 50c523bCopy full SHA for 50c523b
appveyor.yml
@@ -18,5 +18,8 @@ test_script:
18
- npm run lint
19
- npm run coverage-all
20
21
+cache:
22
+ - node_modules
23
+
24
# Don't actually build.
25
build: off
package.json
@@ -8,8 +8,8 @@
8
},
9
"scripts": {
10
"test": "npm run test-unit && npm run lint",
11
- "test-unit": "mocha --require intelli-espower-loader test/unit/*.test.js",
12
- "test-all": "mocha --require intelli-espower-loader test/**/*.test.js",
+ "test-unit": "mocha --require intelli-espower-loader test/unit/*.test.js --exit",
+ "test-all": "mocha --require intelli-espower-loader test/**/*.test.js --exit",
13
"coverage": "nyc npm test",
14
"coverage-all": "nyc npm run test-all",
15
"lint": "eslint .",
0 commit comments