From 7f21eb06ac5d05990e8cd0b042d519a6bd691e8a Mon Sep 17 00:00:00 2001 From: Rossen Hristov Date: Fri, 13 Jan 2017 16:02:26 +0200 Subject: [PATCH] Run navigation 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 eae27d7ab..2c9afaa84 100644 --- a/tests/app/testRunner.ts +++ b/tests/app/testRunner.ts @@ -102,7 +102,7 @@ if (!(platform.device.os === platform.platformNames.android && parseInt(platform allTests["TANSITIONS"] = require("./navigation/transition-tests"); } -// allTests["NAVIGATION"] = require("./navigation/navigation-tests"); +allTests["NAVIGATION"] = require("./navigation/navigation-tests"); var testsWithLongDelay = { test_Transitions: 3 * 60 * 1000,