From 4446cfe2336f48bd1a8a893b228a2379560ec24a Mon Sep 17 00:00:00 2001 From: Rossen Hristov Date: Fri, 13 Jan 2017 15:49:05 +0200 Subject: [PATCH] Run transitions tests --- tests/app/testRunner.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");