Skip to content

Commit

Permalink
👷[RUMF-453] remove IE10 from tested browsers (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcaudan committed May 18, 2020
1 parent c2c2bf2 commit fb4197e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions test/browsers.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,4 @@ module.exports = {
os: 'Windows',
os_version: '10',
},
IE_10: {
base: 'BrowserStack',
browser: 'IE',
browser_version: '10.0',
os: 'Windows',
os_version: '7',
},
}
2 changes: 0 additions & 2 deletions test/unit/karma.bs.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ const { getBuildInfos, getIp } = require('../utils')
// https://github.com/sinonjs/sinon/blob/894951c/package.json#L113
karmaBaseConf.webpack.resolve.mainFields = ['cdn', 'main']

const ONE_MINUTE = 60000

module.exports = function(config) {
config.set({
...karmaBaseConf,
Expand Down

0 comments on commit fb4197e

Please sign in to comment.