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>2016-11-22 01:32:03 +0300
committerMike Greiling <mike@pixelcog.com>2017-01-10 21:30:39 +0300
commita569aa295a9e733c1aa975d69a95a71a677a43bb (patch)
treec68a4a999b1e687d6db2c4e5810a798b355cc7ca /package.json
parent11e9f32d1be94d9216416c730c0b72effed1aa73 (diff)
use karma for javascript testing
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 966c3daab40..97a98ad7cfc 100644
--- a/package.json
+++ b/package.json
@@ -34,6 +34,7 @@
"eslint-plugin-filenames": "^1.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jasmine": "^2.1.0",
- "istanbul": "^0.4.5"
+ "istanbul": "^0.4.5",
+ "karma": "^1.3.0"
}
}