summary refs log tree commit diff
path: root/webclient/test/karma.conf.js
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2014-11-04 14:38:45 +0000
committerKegan Dougal <kegan@matrix.org>2014-11-04 14:38:45 +0000
commitae48e75ad70cfc45d01647a4172a6c7f7659a6c0 (patch)
tree7804004a24c56bc3ee7ee8a05f99b19129c42c46 /webclient/test/karma.conf.js
parentUpdate karma.conf.js to A: actually run the tests, and B: generate JUnit XML. (diff)
downloadsynapse-ae48e75ad70cfc45d01647a4172a6c7f7659a6c0.tar.xz
Use phantomjs as the default browser and not chrome.
Diffstat (limited to '')
-rw-r--r--webclient/test/karma.conf.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webclient/test/karma.conf.js b/webclient/test/karma.conf.js
index df63ae8267..83c9dca579 100644
--- a/webclient/test/karma.conf.js
+++ b/webclient/test/karma.conf.js
@@ -82,7 +82,7 @@ module.exports = function(config) {
 
     // start these browsers
     // available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
-    browsers: ['Chrome'],
+    browsers: ['PhantomJS'],
 
 
     // Continuous Integration mode