Skip to content

Commit

Permalink
Run tests in IE 9
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Aug 12, 2015
1 parent cfcde6a commit 69c61d3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions karma.conf.js
Expand Up @@ -31,13 +31,13 @@ module.exports = function (config) {
browser: 'iphone',
real_mobile: false,
},
// BS_InternetExplorer9: {
// base: 'BrowserStack',
// os: 'Windows',
// os_version: '7',
// browser: 'ie',
// browser_version: '9.0',
// },
BS_InternetExplorer9: {
base: 'BrowserStack',
os: 'Windows',
os_version: '7',
browser: 'ie',
browser_version: '9.0',
},
BS_InternetExplorer10: {
base: 'BrowserStack',
os: 'Windows',
Expand Down

0 comments on commit 69c61d3

Please sign in to comment.