Skip to content

Commit

Permalink
build: run unit tests against newer version of iOS
Browse files Browse the repository at this point in the history
Updates the unit tests to run against iOS 18 in an attempt to make them more stable.
  • Loading branch information
crisbeto committed Dec 2, 2024
1 parent f0a767c commit 1744788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser-providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* - `saucelabs`: Launches the browser within Saucelabs
*/
const browserConfig = {
'iOS15': {unitTest: {target: 'saucelabs'}},
'iOS18': {unitTest: {target: 'saucelabs'}},
'Safari16': {unitTest: {target: 'browserstack'}},
};

Expand Down

0 comments on commit 1744788

Please sign in to comment.