mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
tests: disable all tests related to outside urls (#5800)
This commit is contained in:
@ -45,14 +45,14 @@ allTests["PLATFORM"] = platformTests;
|
|||||||
import * as fsTests from "./file-system/file-system-tests";
|
import * as fsTests from "./file-system/file-system-tests";
|
||||||
allTests["FILE-SYSTEM"] = fsTests;
|
allTests["FILE-SYSTEM"] = fsTests;
|
||||||
|
|
||||||
import * as httpTests from "./http/http-tests";
|
// import * as httpTests from "./http/http-tests";
|
||||||
allTests["HTTP"] = httpTests;
|
// allTests["HTTP"] = httpTests;
|
||||||
|
|
||||||
import * as xhrTests from "./xhr/xhr-tests";
|
// import * as xhrTests from "./xhr/xhr-tests";
|
||||||
allTests["XHR"] = xhrTests;
|
// allTests["XHR"] = xhrTests;
|
||||||
|
|
||||||
import * as fetchTests from "./fetch/fetch-tests";
|
// import * as fetchTests from "./fetch/fetch-tests";
|
||||||
allTests["FETCH"] = fetchTests;
|
// allTests["FETCH"] = fetchTests;
|
||||||
|
|
||||||
import * as appSettingsTests from "./application-settings/application-settings-tests";
|
import * as appSettingsTests from "./application-settings/application-settings-tests";
|
||||||
allTests["APPLICATION-SETTINGS"] = appSettingsTests;
|
allTests["APPLICATION-SETTINGS"] = appSettingsTests;
|
||||||
|
Reference in New Issue
Block a user