diff --git a/tests/app/testRunner.ts b/tests/app/testRunner.ts index 95dd71259..7fac7312d 100644 --- a/tests/app/testRunner.ts +++ b/tests/app/testRunner.ts @@ -99,7 +99,7 @@ allTests["ANIMATION"] = require("./ui/animation/animation-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"); + allTests["TANSITIONS"] = require("./navigation/transition-tests"); } // allTests["NAVIGATION"] = require("./navigation/navigation-tests");