Skip to content

Commit fe46818

Browse files
Getting browser testing working in GitHub Actions
1 parent 08e8577 commit fe46818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module.exports = karmaConfig({
4646
// eslint-disable-next-line camelcase
4747
Safari_SauceLabs: {
4848
base: "SauceLabs",
49-
platform: "macOS",
49+
platform: "macOS 10.15",
5050
browserName: "safari",
5151
}
5252
}

0 commit comments

Comments
 (0)