Skip to content

Commit

Permalink
Test and transpile for Safari 12
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed May 26, 2021
1 parent 8d7224c commit 0cb266f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/browserlists.js
@@ -1,7 +1,7 @@
const allSupportedBrowsers = [
'last 2 Chrome versions',
'last 2 Firefox versions',
'last 2 Safari versions',
'Safari 12',
'last 2 Edge versions',
];

Expand Down
2 changes: 1 addition & 1 deletion testem.browserstack.js
Expand Up @@ -7,7 +7,7 @@ const BrowserStackLaunchers = {
'--os',
'OS X',
'--osv',
'Big Sur',
'Mojave',
'--b',
'safari',
'--bv',
Expand Down

0 comments on commit 0cb266f

Please sign in to comment.