From 374d65e5fe897c96bbfca9c984472570c6432573 Mon Sep 17 00:00:00 2001 From: Andrew Joslin Date: Tue, 10 Jun 2014 11:30:30 -0600 Subject: [PATCH] test(karma-watch): use phantom browser due to a bug with chrome --- config/karma.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/karma.conf.js b/config/karma.conf.js index c225a6ae82..b38e834af6 100644 --- a/config/karma.conf.js +++ b/config/karma.conf.js @@ -38,5 +38,5 @@ module.exports = { // - Safari (only Mac; has to be installed with `npm install karma-safari-launcher`) // - PhantomJS // - IE (only Windows; has to be installed with `npm install karma-ie-launcher`) - browsers: ['Chrome'] + browsers: ['PhantomJS'] };