Skip to content

Commit f488a83

Browse files
committed
Coverage fix
1 parent 03eba31 commit f488a83

File tree

2 files changed

+796
-689
lines changed

2 files changed

+796
-689
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"engines": {
99
"node": ">=4.6.0",
1010
"npm": ">=2.15.9",
11-
"yarn": ">=0.17.9"
11+
"yarn": ">=0.20.0"
1212
},
1313
"scripts": {
1414
"start": "gulp serve",
1515
"build": "gulp",
1616
"lint": "esw *.js server config --color",
1717
"lint:watch": "yarn lint -- --watch",
18-
"test": "cross-env NODE_ENV=test babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- --ui bdd --reporter spec --colors --compilers js:babel-core/register ./server/**/*.test.js",
18+
"test": "cross-env NODE_ENV=test babel-node node_modules/.bin/isparta cover _mocha -- --ui bdd --reporter spec --colors --compilers js:babel-core/register ./server/**/*.test.js",
1919
"test:watch": "yarn test -- --watch",
2020
"test:check-coverage": "yarn test && istanbul check-coverage",
2121
"report-coverage": "coveralls < ./coverage/lcov.info"
@@ -50,6 +50,7 @@
5050
"express-winston": "2.1.2",
5151
"helmet": "3.1.0",
5252
"http-status": "^0.2.0",
53+
"istanbul": "v1.1.0-alpha.1",
5354
"joi": "10.0.6",
5455
"jsonwebtoken": "7.1.9",
5556
"method-override": "^2.3.5",

0 commit comments

Comments
 (0)