Skip to content

Commit

Permalink
Update test/cross-browser-testing/browserstack.karma.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rmi22186 authored Nov 15, 2023
1 parent d602500 commit e5cfa51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cross-browser-testing/browserstack.karma.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const customLaunchers = {
// https://www.w3schools.com/js/js_versions.asp shows a list of browsers that support ES6.
// The below list is primarily the version just before that, or if that version was not available on Browserstack to test, the next version was
// All versions below, including earlier versions of each browser, have a combined ~0.37% market share according to
// www.browserlist.dev. Query for "opera < 38, safari < 12, chrome < 51, firefox <52, edge < 15"
// www.browserslist.dev. Query for "opera < 38, safari < 12, chrome < 51, firefox <52, edge < 15"
bs_chrome_mac_50: {
base: 'BrowserStack',
browser: 'chrome',
Expand Down

0 comments on commit e5cfa51

Please sign in to comment.