Skip to content

Commit

Permalink
Update Leadfoot dependency
Browse files Browse the repository at this point in the history
- Fixes Safari compatibility
- Add Safari to self tests
  • Loading branch information
jason0x43 committed Aug 7, 2016
1 parent 6cb8185 commit 8f7a097
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dojo": "2.0.0-alpha.7",
"glob": "7.0.3",
"istanbul": "0.4.1",
"leadfoot": "1.6.11",
"leadfoot": "1.6.12",
"mimetype": "0.0.8",
"source-map": "0.1.33"
},
Expand Down Expand Up @@ -51,4 +51,4 @@
"intern-client": "./bin/intern-client.js",
"intern-runner": "./bin/intern-runner.js"
}
}
}
3 changes: 2 additions & 1 deletion tests/selftest.intern.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ define({
{ browserName: 'internet explorer', version: '10.0', platform: 'Windows 8', fixSessionCapabilities: false },
{ browserName: 'internet explorer', version: '9.0', platform: 'Windows 7', fixSessionCapabilities: false },
{ browserName: 'firefox', version: '33.0', platform: [ 'Windows 7', 'OS X 10.11' ], fixSessionCapabilities: false },
{ browserName: 'chrome', version: '38.0', platform: [ 'Windows 7', 'OS X 10.11' ], fixSessionCapabilities: false }
{ browserName: 'chrome', version: '38.0', platform: [ 'Windows 7', 'OS X 10.11' ], fixSessionCapabilities: false },
{ browserName: 'safari', version: '9.0', platform: 'OS X 10.11', fixSessionCapabilities: false }
],

maxConcurrency: 2,
Expand Down

0 comments on commit 8f7a097

Please sign in to comment.