Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit bf8b6a8

Browse files
committed
Cuts some stuff from the test & coverage scripts.
1 parent ad002d8 commit bf8b6a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"check:test": "tsc -p tsconfig.test.json --noEmit --pretty",
103103
"clean": "rm -rf .fusebox out dist out-test",
104104
"compile": "NODE_ENV=production ts-node fuse",
105-
"coverage:upload": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
105+
"coverage:upload": "cat ./coverage/lcov.info | coveralls",
106106
"coverage:report": "nyc --reporter=lcov --reporter=html --reporter=text ava",
107107
"coverage": "npm-run-all test:clean test:compile coverage:report",
108108
"dist": "electron-builder --mac --win --linux --ia32 --x64",
@@ -119,7 +119,7 @@
119119
"test": "npm-run-all test:clean test:compile test:unit",
120120
"test:clean": "rm -rf out-test",
121121
"test:compile": "tsc -p tsconfig.test.json",
122-
"test:unit": "ava out-test/**/*.test.js",
122+
"test:unit": "ava",
123123
"watch:compile": "npm run test:compile -- -w",
124124
"watch:tests": "npm run test:unit -- --watch"
125125
},

0 commit comments

Comments
 (0)