提交 392c7ab0 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

test(set-page-style): 移除 ios 平台测试

上级 e3b17df0
const PAGE_PATH = '/pages/API/get-current-pages/set-page-style-disable-pull-down-refresh'
describe('getCurrentPages', () => {
if (process.env.uniTestPlatformInfo.startsWith('IOS')) {
if (process.env.uniTestPlatformInfo.toLowerCase().startsWith('ios')) {
it('not-support', async () => {
expect(1).toBe(1)
})
......@@ -42,4 +42,4 @@ describe('getCurrentPages', () => {
expect(image2).toSaveImageSnapshot();
})
})
})
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册