mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
test(): move the tab view tests before frame tests (#5957)
This commit is contained in:
@ -135,6 +135,9 @@ allTests["FLEXBOXLAYOUT"] = flexBoxLayoutTests;
|
|||||||
import * as stylePropertiesTests from "./ui/styling/style-properties-tests";
|
import * as stylePropertiesTests from "./ui/styling/style-properties-tests";
|
||||||
allTests["STYLE-PROPERTIES"] = stylePropertiesTests;
|
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";
|
import * as frameTests from "./ui/frame/frame-tests";
|
||||||
allTests["FRAME"] = frameTests;
|
allTests["FRAME"] = frameTests;
|
||||||
|
|
||||||
@ -168,9 +171,6 @@ allTests["TAB-VIEW"] = tabViewTests;
|
|||||||
import * as tabViewNavigationTests from "./ui/tab-view/tab-view-navigation-tests";
|
import * as tabViewNavigationTests from "./ui/tab-view/tab-view-navigation-tests";
|
||||||
allTests["TAB-VIEW-NAVIGATION"] = tabViewNavigationTests;
|
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";
|
import * as imageTests from "./ui/image/image-tests";
|
||||||
allTests["IMAGE"] = imageTests;
|
allTests["IMAGE"] = imageTests;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user