diff --git a/tests/app/testRunner.ts b/tests/app/testRunner.ts index cd8b79395..09ae26feb 100644 --- a/tests/app/testRunner.ts +++ b/tests/app/testRunner.ts @@ -135,6 +135,9 @@ allTests["FLEXBOXLAYOUT"] = flexBoxLayoutTests; import * as stylePropertiesTests from "./ui/styling/style-properties-tests"; allTests["STYLE-PROPERTIES"] = stylePropertiesTests; +import * as tabViewRootTests from "./ui/tab-view/tab-view-root-tests"; +allTests["TAB-VIEW-ROOT"] = tabViewRootTests; + import * as frameTests from "./ui/frame/frame-tests"; allTests["FRAME"] = frameTests; @@ -168,9 +171,6 @@ allTests["TAB-VIEW"] = tabViewTests; import * as tabViewNavigationTests from "./ui/tab-view/tab-view-navigation-tests"; allTests["TAB-VIEW-NAVIGATION"] = tabViewNavigationTests; -import * as tabViewRootTests from "./ui/tab-view/tab-view-root-tests"; -allTests["TAB-VIEW-ROOT"] = tabViewRootTests; - import * as imageTests from "./ui/image/image-tests"; allTests["IMAGE"] = imageTests;