From a4801c6948a0449e52c07b2542e463af864f903b Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Mon, 2 May 2016 17:53:15 +0300 Subject: [PATCH] Fix the layouts tests in the tsconfig.json --- tsconfig.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 8469c668c..833f410d8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -173,15 +173,15 @@ "apps/tests/gestures-tests.ts", "apps/tests/http-tests.ts", "apps/tests/image-source-tests.ts", - "apps/tests/layouts/absolute-layout-tests.ts", - "apps/tests/layouts/common-layout-tests.ts", - "apps/tests/layouts/dock-layout-tests.ts", - "apps/tests/layouts/grid-layout-tests.ts", - "apps/tests/layouts/layout-helper.android.ts", - "apps/tests/layouts/layout-helper.d.ts", - "apps/tests/layouts/layout-helper.ios.ts", - "apps/tests/layouts/stack-layout-tests.ts", - "apps/tests/layouts/wrap-layout-tests.ts", + "apps/tests/ui/layouts/absolute-layout-tests.ts", + "apps/tests/ui/layouts/common-layout-tests.ts", + "apps/tests/ui/layouts/dock-layout-tests.ts", + "apps/tests/ui/layouts/grid-layout-tests.ts", + "apps/tests/ui/layouts/layout-helper.android.ts", + "apps/tests/ui/layouts/layout-helper.d.ts", + "apps/tests/ui/layouts/layout-helper.ios.ts", + "apps/tests/ui/layouts/stack-layout-tests.ts", + "apps/tests/ui/layouts/wrap-layout-tests.ts", "apps/tests/location-tests.ts", "apps/tests/navigation/custom-transition.android.ts", "apps/tests/navigation/custom-transition.ios.ts",