mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-24 06:56:23 +00:00
Install karma-cli so that npm test works
Karma does not install the cli to node_modules/.bin and thus npm test does not work unless user installs karma-cli globally.
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
"gulp-util": "~3.0.1",
|
||||
"karma": "~0.12.21",
|
||||
"karma-chrome-launcher": "~0.1.4",
|
||||
"karma-cli": "0.0.4",
|
||||
"karma-coffee-preprocessor": "~0.2.1",
|
||||
"karma-jasmine": "~0.2.2",
|
||||
"pretty-hrtime": "~0.2.2",
|
||||
|
||||
Reference in New Issue
Block a user