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",