mirror of
https://github.com/chaijs/chai
synced 2024-11-14 15:57:10 +00:00
chore: remove Opera from Sauce config
Sauce Labs stopped supporting Opera on 2017-09-29. Reference: https://wiki.saucelabs.com/pages/viewpage.action?pageId=70074721
This commit is contained in:
parent
c94f4b6400
commit
c196aa083c
1 changed files with 0 additions and 9 deletions
|
@ -23,15 +23,6 @@ exports['SL_Chrome'] = {
|
|||
, version: 38
|
||||
};
|
||||
|
||||
/*!
|
||||
* Opera
|
||||
*/
|
||||
|
||||
exports['SL_Opera'] = {
|
||||
base: 'SauceLabs'
|
||||
, browserName: 'opera'
|
||||
};
|
||||
|
||||
/*!
|
||||
* Internet Explorer
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue