Skip to content
This repository was archived by the owner on Jan 16, 2018. It is now read-only.

Commit e539de5

Browse files
committed
fix: test in safari latest (not pinned, which was a workaround for sauce labs for awhile)
1 parent ccb307c commit e539de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.browsers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const browsers = {
4646
safari_latest: {
4747
browserName: 'safari',
4848
platform: 'OS X 10.11',
49-
version: '9',
49+
version: 'latest'
5050
},
5151

5252
// IE

0 commit comments

Comments
 (0)