提交 5d1f8db4 编写于 作者: Anne_LXM's avatar Anne_LXM 提交者: 雪洛

test(scroll-view): 支持 iOS 端测试

上级 867f8181
jest.setTimeout(30000);
describe('component-native-scroll-view', () => {
const platformInfo = process.env.uniTestPlatformInfo.toLocaleLowerCase()
const isIos = platformInfo.startsWith('ios')
if (isIos) {
it('dummyTest', () => {
expect(1).toBe(1)
})
return
}
let page;
beforeAll(async () => {
page = await program.reLaunch('/pages/component/scroll-view/scroll-view');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册