mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
move safe area tests to a new category
This commit is contained in:
@@ -135,6 +135,11 @@ allTests["STACKLAYOUT"] = stackLayoutTests;
|
||||
import * as flexBoxLayoutTests from "./ui/layouts/flexbox-layout-tests";
|
||||
allTests["FLEXBOXLAYOUT"] = flexBoxLayoutTests;
|
||||
|
||||
import * as safeAreaLayoutTests from "./ui/layouts/safe-area-tests";
|
||||
if (platform.device.os === platform.platformNames.ios) {
|
||||
allTests["SAFEAREALAYOUT"] = safeAreaLayoutTests;
|
||||
}
|
||||
|
||||
import * as stylePropertiesTests from "./ui/styling/style-properties-tests";
|
||||
allTests["STYLE-PROPERTIES"] = stylePropertiesTests;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user