refactor: temporarily remove --coverage in jest

This commit is contained in:
Clark Du 2018-03-19 14:32:52 +08:00
parent 03862a10da
commit 322caa4305
No known key found for this signature in database
GPG Key ID: D0E5986AF78B86D9

View File

@ -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/",