提交 7f6d6836 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

test(UniResizeObserver): 规避小程序测试

上级 479ba213
describe('api-resize-observer', () => { const platformInfo = process.env.uniTestPlatformInfo.toLocaleLowerCase()
const isMP = platformInfo.startsWith('mp')
describe('api-resize-observer', () => {
if (isMP) {
it('skip mp', () => {
expect(1).toBe(1)
})
return
}
let page let page
beforeAll(async () => { beforeAll(async () => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册