From f248a746890ce1dc2025436c6177922bb46b9561 Mon Sep 17 00:00:00 2001 From: Victor Leung Date: Sat, 17 Jan 2015 02:41:38 +0800 Subject: [PATCH] add firefox test as well --- karma.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karma.conf.js b/karma.conf.js index b0e5107..1fe5579 100755 --- a/karma.conf.js +++ b/karma.conf.js @@ -39,7 +39,7 @@ module.exports = function(config) { // - Safari (only Mac) // - PhantomJS // - IE (only Windows) - browsers: ['Chrome'], + browsers: ['Chrome', 'Firefox'], // If browser does not capture in given timeout [ms], kill it captureTimeout: 60000,