mirror of
https://gitee.com/openharmony/xts_tools
synced 2024-11-23 07:50:08 +00:00
Flex ui对比代码提交 pages List导入
Signed-off-by: dongwei <dongwei@kaihong.com>
This commit is contained in:
parent
5f99abb7a8
commit
24a9c04249
@ -222,6 +222,9 @@ import FlexGrowTest003 from './generalAttributes/Flex/FlexGrowTest003.test'
|
||||
import FlexJustifyContentTest001 from './generalAttributes/Flex/FlexJustifyContentTest001.test'
|
||||
import FlexLayoutWeight001 from './generalAttributes/Flex/FlexLayoutWeight001.test'
|
||||
import FlexLayoutWeight002 from './generalAttributes/Flex/FlexLayoutWeight002.test'
|
||||
import FlexLayoutWeight003 from './generalAttributes/Flex/FlexLayoutWeight003.test'
|
||||
import FlexLayoutWeight004 from './generalAttributes/Flex/FlexLayoutWeight004.test'
|
||||
import FlexShrinkTest001 from './generalAttributes/Flex/FlexShrinkTest001.test'
|
||||
|
||||
export default function testsuite() {
|
||||
|
||||
@ -418,4 +421,7 @@ export default function testsuite() {
|
||||
FlexJustifyContentTest001()
|
||||
FlexLayoutWeight001()
|
||||
FlexLayoutWeight002()
|
||||
FlexLayoutWeight003()
|
||||
FlexLayoutWeight004()
|
||||
FlexShrinkTest001()
|
||||
}
|
@ -188,6 +188,9 @@
|
||||
"TestAbility/pages/flex/FlexGrowPage003",
|
||||
"TestAbility/pages/flex/FlexJustifyContentPage001",
|
||||
"TestAbility/pages/flex/FlexLayoutWeightPage001",
|
||||
"TestAbility/pages/flex/FlexLayoutWeightPage002"
|
||||
"TestAbility/pages/flex/FlexLayoutWeightPage002",
|
||||
"TestAbility/pages/flex/FlexLayoutWeightPage003",
|
||||
"TestAbility/pages/flex/FlexLayoutWeightPage004",
|
||||
"TestAbility/pages/flex/FlexShrinkPage001"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user