Skip to content

Commit 1f27606

Browse files
committed
pin firefox to to v 64
1 parent 81e3154 commit 1f27606

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/karma.conf.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ module.exports = function(config) {
2727
if (CI_TEST_TYPE === 'coverage') {
2828
defaults = {};
2929
}
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+
}
3035

3136
return defaults;
3237
},

0 commit comments

Comments
 (0)