Enable coverage for Jest (#5442)
This commit is contained in:
parent
e7099d8d9e
commit
402da46ff6
2 changed files with 9 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
"start": "node ./streaming/index.js",
|
||||
"test": "npm run test:lint && npm run test:jest",
|
||||
"test:lint": "eslint -c .eslintrc.yml --ext=js app/javascript/ config/webpack/ spec/javascript/ streaming/",
|
||||
"test:jest": "cross-env NODE_ENV=test jest",
|
||||
"test:jest": "cross-env NODE_ENV=test jest --coverage",
|
||||
"postinstall": "npm rebuild node-sass"
|
||||
},
|
||||
"repository": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue