mirror of https://github.com/zulip/zulip.git
Add istanbul for running node coverage reports.
`tools/test-js-with-node cover` needs istanbul to be installed in order to work; we might as well install it by default rather than having it be an extra step users need to deal with. Of course, since this is only needed in the development environment, this could suggest we want to fork/conditionalize package.json, but I think for now it's reasonable to just install everything we use somewhere -- the npm list is still pretty short and we have that issue anyway with webpack-dev-server.
This commit is contained in:
parent
15dae10383
commit
6a8318ddcd
|
@ -7,6 +7,7 @@
|
|||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"handlebars": "1.3.0",
|
||||
"istanbul": "0.4.0",
|
||||
"jQuery": "1.7.4",
|
||||
"jsdom": "0.5.7",
|
||||
"xmlhttprequest": "1.5.0",
|
||||
|
|
Loading…
Reference in New Issue