Merge pull request #2693 from keymanapp/fix/web/unit-test-targets

fix(web): Web CI target reversion
This commit is contained in:
Joshua Horton 2020-02-21 12:03:38 +07:00 • committed by GitHub
commit 462fa5e016
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);