1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Fix coverage (#5435)

* removed nyc in favor of jest
* fixed coverage
This commit is contained in:
Henrik Wenz 2018-10-12 13:38:35 +01:00 committed by Tim Neutkens
parent 449dd29da0
commit d4785eb013

View file

@ -12,7 +12,7 @@
"testall": "npm run testonly -- --coverage --forceExit --runInBand",
"pretest": "npm run lint",
"test": "cross-env npm run testall || npm run testall",
"coveralls": "nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls",
"coveralls": "cat ./test/coverage/lcov.info | coveralls",
"lint": "lerna run lint",
"prepublish": "lerna run prepublish",
"lint-staged": "lint-staged"
@ -45,7 +45,7 @@
"cheerio": "0.22.0",
"chromedriver": "2.42.0",
"clone": "2.1.1",
"coveralls": "2.13.1",
"coveralls": "3.0.2",
"cross-env": "5.2.0",
"express": "4.16.3",
"fkill": "5.1.0",
@ -60,7 +60,6 @@
"node-fetch": "1.7.3",
"node-notifier": "5.1.2",
"node-sass": "4.9.2",
"nyc": "11.2.1",
"pre-commit": "1.2.2",
"react": "16.4.2",
"react-dom": "16.4.2",