Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-02-07 22:27:36 +0300
committerMike Greiling <mike@pixelcog.com>2017-02-07 22:27:36 +0300
commitfbdf54bdcf192fb12a17c06ac74b79c815911e1d (patch)
tree8f24adcbf7a150121be9297ad85acdca5331d510 /package.json
parentbc13687c7e374116e4830d004b82e9960d3a55cc (diff)
fix karma coverage report
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 9581d966237..c4206eabad1 100644
--- a/package.json
+++ b/package.json
@@ -43,6 +43,7 @@
"jasmine-core": "^2.5.2",
"jasmine-jquery": "^2.1.1",
"karma": "^1.3.0",
+ "karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",