提交 5e9042e2 编写于 作者: 辛宝Otto's avatar 辛宝Otto 🥊

Revert "style: 格式化,功能无变化"

This reverts commit 7efdd1c8.
上级 820ab10d
......@@ -290,6 +290,7 @@ describe('event trigger', () => {
// ios only 坐标换算准确
if (isIos) {
page = await program.reLaunch(PAGE_PATH)
await page.waitFor('view')
......@@ -297,9 +298,9 @@ describe('event trigger', () => {
x,
y
] = await page.callMethod('jest_getRect')
expect(x > 0).toBe(true)
expect(y > 0).toBe(true)
await program.tap({
expect(y > 0).toBe(true) await program.tap({
x: x,
y: y
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册