FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test(): move the tab view tests before frame tests (#5957) · NativeScript/NativeScript@a75505f · GitHub

Commit a75505f

Browse files
authored andcommitted
test(): move the tab view tests before frame tests (#5957)
1 parent 69b3eb7 commit a75505f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎tests/app/testRunner.ts‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ allTests["FLEXBOXLAYOUT"] = flexBoxLayoutTests;
135135
import * as stylePropertiesTests from "./ui/styling/style-properties-tests";
136136
allTests["STYLE-PROPERTIES"] = stylePropertiesTests;
137137

138+
import * as tabViewRootTests from "./ui/tab-view/tab-view-root-tests";
139+
allTests["TAB-VIEW-ROOT"] = tabViewRootTests;
140+
138141
import * as frameTests from "./ui/frame/frame-tests";
139142
allTests["FRAME"] = frameTests;
140143

@@ -168,9 +171,6 @@ allTests["TAB-VIEW"] = tabViewTests;
168171
import * as tabViewNavigationTests from "./ui/tab-view/tab-view-navigation-tests";
169172
allTests["TAB-VIEW-NAVIGATION"] = tabViewNavigationTests;
170173

171-
import * as tabViewRootTests from "./ui/tab-view/tab-view-root-tests";
172-
allTests["TAB-VIEW-ROOT"] = tabViewRootTests;
173-
174174
import * as imageTests from "./ui/image/image-tests";
175175
allTests["IMAGE"] = imageTests;
176176

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL