提交 e6982c3e 编写于 作者: 雪洛's avatar 雪洛

test: 修复测试例错误

上级 5de63869
......@@ -7,7 +7,7 @@ const isWeb = platformInfo.startsWith('web')
const isMP = platformInfo.startsWith('mp')
// 屏蔽 web * android 平台, 需要针对调整坐标
// 屏蔽 小程序,不支持 program.swipe
if (isWeb || isAndroid || isMp) {
if (isWeb || isAndroid || isMP) {
it('other platform', () => {
expect(1).toBe(1)
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册