Skip to content

Commit a0b5bc1

Browse files
authored
Merge pull request kunalkapadia#269 from KunalKapadia/develop-coverage-fix
Coverage fix
2 parents 03eba31 + 88a8eda commit a0b5bc1

File tree

2 files changed

+686
-686
lines changed

2 files changed

+686
-686
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"
@@ -82,6 +82,7 @@
8282
"gulp-sourcemaps": "^1.6.0",
8383
"gulp-util": "^3.0.7",
8484
"isparta": "4.0.0",
85+
"istanbul": "0.4.5",
8586
"mocha": "3.2.0",
8687
"run-sequence": "^1.1.5",
8788
"supertest": "2.0.1",

0 commit comments

Comments
 (0)