Skip to content

Commit fc62f41

Browse files
committed
try setting ff version another way
1 parent 1285137 commit fc62f41

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

scripts/karma.conf.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ module.exports = function(config) {
2727
if (CI_TEST_TYPE === 'coverage') {
2828
defaults = {};
2929
}
30+
// pin Browserstack Firefox version to 64
31+
// eslint-disable-next-line camelcase
32+
defaults.bsFirefox.browser_version = '64.0';
3033

3134
return defaults;
3235
},
@@ -36,9 +39,4 @@ module.exports = function(config) {
3639
};
3740

3841
config = generate(config, options);
39-
// eslint-disable-next-line no-console
40-
console.log('config', config);
41-
// pin Browserstack Firefox version to 64
42-
// eslint-disable-next-line camelcase
43-
config.customLaunchers.bsFirefox.browser_version = '64.0';
4442
};

0 commit comments

Comments
 (0)