Skip to content

Commit

Permalink
[test] Do not test on all available versions of Edge and Safari
Browse files Browse the repository at this point in the history
Use only the oldest and latest version.
  • Loading branch information
lpinca committed Jun 17, 2020
1 parent 77c1184 commit ce3783f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/browser.js
Expand Up @@ -12,8 +12,8 @@ const platforms = sauceBrowsers([
{ name: 'firefox', version: ['oldest', 'latest'] },
{ name: 'internet explorer', version: 'oldest..latest' },
{ name: 'iphone', version: ['oldest', 'latest'] },
{ name: 'safari', version: 'oldest..latest' },
{ name: 'microsoftedge', version: 'oldest..latest' }
{ name: 'safari', version: ['oldest', 'latest'] },
{ name: 'microsoftedge', version: ['oldest', 'latest'] }
]).then((platforms) => {
return platforms.map((platform) => {
const ret = {
Expand Down

0 comments on commit ce3783f

Please sign in to comment.