Merge pull request #9727 from eileenmcnaughton/BAO_Updates
[civicrm-core.git] / karma.conf.js
index b04979c74437691c26af68d838772ac56cae603b..eada18ded519964e83d60c5e5d179d07534fd613 100644 (file)
@@ -1,18 +1,7 @@
 module.exports = function(config) {
   config.set({
     autoWatch: true,
-    browsers: ['PhantomJS', 'PhantomJS_custom'],
-    customLaunchers: {
-      'PhantomJS_custom': {
-        base: 'PhantomJS',
-        options: {
-            windowName: 'my-window',
-            settings: {
-                webSecurityEnabled: false
-            }
-        }
-      }
-    },
+    browsers: ['PhantomJS'],
     exclude: [
     ],
     files: [