mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-26 01:27:42 +00:00
Merge pull request #2693 from keymanapp/fix/web/unit-test-targets
fix(web): Web CI target reversion
This commit is contained in:
commit
462fa5e016
1 changed files with 4 additions and 10 deletions
|
|
@ -122,16 +122,10 @@ module.exports = function(config) {
|
|||
/*
|
||||
* Final selection of the sets to be used for BrowserStack testing.
|
||||
*/
|
||||
// var FINAL_LAUNCHER_DEFS = mergeLaunchers( CURRENT_ANDROID_LAUNCHERS,
|
||||
// CURRENT_IOS_LAUNCHERS,
|
||||
// CURRENT_WIN_LAUNCHERS,
|
||||
// CURRENT_MAC_LAUNCHERS);
|
||||
|
||||
var FINAL_LAUNCHER_DEFS = mergeLaunchers(
|
||||
{
|
||||
bs_edge_win: CURRENT_WIN_LAUNCHERS.bs_edge_win
|
||||
}
|
||||
);
|
||||
var FINAL_LAUNCHER_DEFS = mergeLaunchers( CURRENT_ANDROID_LAUNCHERS,
|
||||
CURRENT_IOS_LAUNCHERS,
|
||||
CURRENT_WIN_LAUNCHERS,
|
||||
CURRENT_MAC_LAUNCHERS);
|
||||
|
||||
var FINAL_BROWSER_LIST = toBrowserList(FINAL_LAUNCHER_DEFS);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue