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

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

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