| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -135,6 +135,9 @@ allTests["FLEXBOXLAYOUT"] = flexBoxLayoutTests; | |||
| 135 | 135 | import * as stylePropertiesTests from "./ui/styling/style-properties-tests"; | |
| 136 | 136 | allTests["STYLE-PROPERTIES"] = stylePropertiesTests; | |
| 137 | 137 | ||
| 138 | + import * as tabViewRootTests from "./ui/tab-view/tab-view-root-tests"; | ||
| 139 | + allTests["TAB-VIEW-ROOT"] = tabViewRootTests; | ||
| 140 | + | ||
| 138 | 141 | import * as frameTests from "./ui/frame/frame-tests"; | |
| 139 | 142 | allTests["FRAME"] = frameTests; | |
| 140 | 143 | ||
@@ -168,9 +171,6 @@ allTests["TAB-VIEW"] = tabViewTests; | |||
| 168 | 171 | import * as tabViewNavigationTests from "./ui/tab-view/tab-view-navigation-tests"; | |
| 169 | 172 | allTests["TAB-VIEW-NAVIGATION"] = tabViewNavigationTests; | |
| 170 | 173 | ||
| 171 | - import * as tabViewRootTests from "./ui/tab-view/tab-view-root-tests"; | ||
| 172 | - allTests["TAB-VIEW-ROOT"] = tabViewRootTests; | ||
| 173 | - | ||
| 174 | 174 | import * as imageTests from "./ui/image/image-tests"; | |
| 175 | 175 | allTests["IMAGE"] = imageTests; | |
| 176 | 176 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments