mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 22:25:12 +00:00
refactor: temporarily remove --coverage in jest
This commit is contained in:
parent
03862a10da
commit
322caa4305
@ -42,7 +42,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build-fixtures": "node ./scripts/build-fixtures",
|
"build-fixtures": "node ./scripts/build-fixtures",
|
||||||
"test": "npm run lint && npm run build-fixtures && jest test/ --coverage",
|
"test": "npm run lint && npm run build-fixtures && jest test/",
|
||||||
"test:unit": "jest",
|
"test:unit": "jest",
|
||||||
"coverage": "codecov",
|
"coverage": "codecov",
|
||||||
"lint": "eslint --ext .js,.mjs,.vue bin/* build/ lib/ test/ examples/",
|
"lint": "eslint --ext .js,.mjs,.vue bin/* build/ lib/ test/ examples/",
|
||||||
|
Loading…
Reference in New Issue
Block a user