mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
refactor: temporarily remove --coverage in jest
This commit is contained in:
parent
03862a10da
commit
322caa4305
@ -42,7 +42,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"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",
|
||||
"coverage": "codecov",
|
||||
"lint": "eslint --ext .js,.mjs,.vue bin/* build/ lib/ test/ examples/",
|
||||
|
Loading…
Reference in New Issue
Block a user