From 38820e36a7dca9bdfc6c7e7c597bc4aa719bc036 Mon Sep 17 00:00:00 2001 From: Andrew Joslin Date: Mon, 16 Jun 2014 20:21:35 +0000 Subject: [PATCH] chore(karma): switch back to chrome testing --- 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 b38e834af6..c225a6ae82 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: ['PhantomJS'] + browsers: ['Chrome'] };