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 /config/karma.config.js
parent60339e044b0909e31e385bcc687f6bdf60b049b2 (diff)
add phantomJS to karma config
Diffstat (limited to 'config/karma.config.js')
-rw-r--r--config/karma.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/karma.config.js b/config/karma.config.js
index 5c3d454addf..44229e2ee88 100644
--- a/config/karma.config.js
+++ b/config/karma.config.js
@@ -6,6 +6,7 @@ var ROOT_PATH = path.resolve(__dirname, '..');
module.exports = function(config) {
config.set({
basePath: ROOT_PATH,
+ browsers: ['PhantomJS'],
frameworks: ['jasmine'],
files: [
{ pattern: 'spec/javascripts/test_bundle.js', watched: false },