Skip to content

Commit 1744788

Browse files
committed
build: run unit tests against newer version of iOS
Updates the unit tests to run against iOS 18 in an attempt to make them more stable.
1 parent f0a767c commit 1744788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/browser-providers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* - `saucelabs`: Launches the browser within Saucelabs
66
*/
77
const browserConfig = {
8-
'iOS15': {unitTest: {target: 'saucelabs'}},
8+
'iOS18': {unitTest: {target: 'saucelabs'}},
99
'Safari16': {unitTest: {target: 'browserstack'}},
1010
};
1111

0 commit comments

Comments
 (0)