From f33bfe3a987a119bb10aabd627151f7f98daf672 Mon Sep 17 00:00:00 2001 From: Nedyalko Nikolov Date: Mon, 6 Apr 2015 11:03:27 +0300 Subject: [PATCH] Reverted test app to run mainPage instead of testRunnerPage. --- apps/tests/app/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tests/app/app.ts b/apps/tests/app/app.ts index aec700802..ee60fa462 100644 --- a/apps/tests/app/app.ts +++ b/apps/tests/app/app.ts @@ -1,3 +1,3 @@ import application = require("application"); -application.mainModule = "app/testRunnerPage"; +application.mainModule = "app/mainPage"; application.start();