We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea6c817 commit 37670b4Copy full SHA for 37670b4
test/browser-providers.ts
@@ -314,7 +314,7 @@ const sauceAliases: AliasMap = {
314
'BETA': ['SL_CHROMEBETA', 'SL_FIREFOXBETA'],
315
'DEV': ['SL_CHROMEDEV', 'SL_FIREFOXDEV'],
316
'REQUIRED': buildConfiguration('unitTest', 'SL', true),
317
- 'OPTIONAL': buildConfiguration('unitTest', 'SL', false)
+ 'OPTIONAL': buildConfiguration('unitTest', null, false)
318
};
319
320
const browserstackAliases: AliasMap = {
@@ -329,7 +329,7 @@ const browserstackAliases: AliasMap = {
329
'IOS': ['BS_IOS7', 'BS_IOS8', 'BS_IOS9'],
330
'SAFARI': ['BS_SAFARI7', 'BS_SAFARI8', 'BS_SAFARI9'],
331
'REQUIRED': buildConfiguration('unitTest', 'BS', true),
332
- 'OPTIONAL': buildConfiguration('unitTest', 'BS', false)
333
334
335
export const platformMap: { [name: string]: AliasMap } = {
0 commit comments