test: added --notify flag to jest command in `npm test`

Added --notify, so that it runs all tests, even if some tests fails.
master
Viraj Trivedi 6 years ago
parent a77ff1a0d7
commit 6d4367bf18

@ -35,7 +35,7 @@
}
},
"scripts": {
"test": "jest --env=jsdom",
"test": "jest --env=jsdom --notify",
"semantic-release": "semantic-release",
"codecov": "codecov"
},

Loading…
Cancel
Save