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-01-13 19:05:26 +0300
committerMike Greiling <mike@pixelcog.com>2017-01-13 19:07:13 +0300
commit8a643c8fcd15e23a3b97ddc03a161ce3c8451099 (patch)
tree27f1d80ea5632994246b3001482080d681f614f8 /package.json
parent60339e044b0909e31e385bcc687f6bdf60b049b2 (diff)
add phantomJS to karma config
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 4ce08487c3d..fe48fa152c1 100644
--- a/package.json
+++ b/package.json
@@ -41,6 +41,7 @@
"jasmine-jquery": "^2.1.1",
"karma": "^1.3.0",
"karma-jasmine": "^1.1.0",
+ "karma-phantomjs-launcher": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.0"
}