From d4a702409d10e89a10c276330e933742caa78382 Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Wed, 14 Oct 2015 15:35:39 +0300 Subject: [PATCH] Fix the compilation --- apps/tests/app/mainPage.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/tests/app/mainPage.ts b/apps/tests/app/mainPage.ts index 7d3c09f99..d204b2b47 100644 --- a/apps/tests/app/mainPage.ts +++ b/apps/tests/app/mainPage.ts @@ -1,4 +1,5 @@ import {Page} from "ui/page"; +import * as trace from "trace"; import tests = require("../testRunner"); trace.enable();