summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-01-13 11:05:26 -0500
committerMike Greiling <mike@pixelcog.com>2017-01-13 11:07:13 -0500
commit8a643c8fcd15e23a3b97ddc03a161ce3c8451099 (patch)
tree27f1d80ea5632994246b3001482080d681f614f8 /config
parent60339e044b0909e31e385bcc687f6bdf60b049b2 (diff)
downloadgitlab-ce-8a643c8fcd15e23a3b97ddc03a161ce3c8451099.tar.gz
add phantomJS to karma config
Diffstat (limited to 'config')
-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 },