We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c295d65 commit e931d74Copy full SHA for e931d74
test/config/karma.conf.js
@@ -37,7 +37,7 @@ module.exports = function (config) {
37
keepalive: ENV === 'development',
38
39
browsers: process.env.TRAVIS ?
40
- ['Firefox', chrome] :
+ ['Firefox'] :
41
[chrome],
42
43
captureTimeout: 60000,
0 commit comments