mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Test swap
This commit is contained in:
@ -91,14 +91,14 @@ if (!isRunningOnEmulator()) {
|
||||
allTests["LOCATION"] = require("./location-tests");
|
||||
}
|
||||
|
||||
// Navigation tests should always be last.
|
||||
allTests["NAVIGATION"] = require("./navigation/navigation-tests");
|
||||
|
||||
// Skip transitions on android emulators with API 23
|
||||
if (!(platform.device.os === platform.platformNames.android && parseInt(platform.device.sdkVersion) === 23 && isRunningOnEmulator())) {
|
||||
allTests["TANSITIONS"] = require("./navigation/transition-tests");
|
||||
}
|
||||
|
||||
// Navigation tests should always be last.
|
||||
allTests["NAVIGATION"] = require("./navigation/navigation-tests");
|
||||
|
||||
var testsWithLongDelay = {
|
||||
test_Transitions: 3 * 60 * 1000,
|
||||
testLocation: 10000,
|
||||
|
Reference in New Issue
Block a user