提交 ef3c6f36 编写于 作者: H hdx

keep alive: 放开iOS测试

上级 bc2a4fbe
const PAGE_PATH = '/pages/built-in-component/keep-alive/keep-alive'
describe('keep-alive', () => {
if(process.env.uniTestPlatformInfo.toLocaleLowerCase().startsWith('ios')){
it("IOS platform not support", async () => {
expect(1).toBe(1);
});
return
}
describe('keep-alive', () => {
let page = null
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.
先完成此消息的编辑!
想要评论请 注册