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 81e3154 commit 1f27606Copy full SHA for 1f27606
scripts/karma.conf.js
@@ -27,6 +27,11 @@ module.exports = function(config) {
27
if (CI_TEST_TYPE === 'coverage') {
28
defaults = {};
29
}
30
+ // pin Browserstack Firefox version to 64
31
+ if (defaults.bsFirefox) {
32
+ // eslint-disable-next-line camelcase
33
+ defaults.bsFirefox.browser_version = '64.0';
34
+ }
35
36
return defaults;
37
},
0 commit comments