提交 617cacd9 编写于 作者: W wangjinxin613

test: ios 不支持支付暂时过滤测试例

上级 7119ac8b
......@@ -7,6 +7,12 @@ describe("payment", () => {
expect(1).toBe(1)
})
return
}
if (process.env.uniTestPlatformInfo.toLocaleLowerCase().startsWith('ios')) {
it('ios', () => {
expect(1).toBe(1)
})
return
}
beforeAll(async () => {
page = await program.reLaunch(PAGE_PATH)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册