mirror of
https://github.com/chaijs/chai
synced 2024-11-12 23:07:06 +00:00
build: drop test for IE10 (#1353)
This commit is contained in:
parent
f5c19e93c8
commit
6c963d00ac
1 changed files with 4 additions and 0 deletions
|
@ -32,11 +32,15 @@ exports['SL_IE'] = {
|
|||
, browserName: 'internet explorer'
|
||||
};
|
||||
|
||||
/*!
|
||||
* TODO: fails because of Uint8Array support
|
||||
*
|
||||
exports['SL_IE_Old'] = {
|
||||
base: 'SauceLabs'
|
||||
, browserName: 'internet explorer'
|
||||
, version: 10
|
||||
};
|
||||
*/
|
||||
|
||||
exports['SL_Edge'] = {
|
||||
base: 'SauceLabs'
|
||||
|
|
Loading…
Reference in a new issue