提交 e1577be0 编写于 作者: fxy060608's avatar fxy060608

Update basicTest.test.js

上级 75686c7f
......@@ -58,9 +58,9 @@ if (process.env.UNI_PROJECT_TYPE === '1.0' && (process.env.uniTestPlatformInfo.t
describe('testCallbackKeepAlive', () => {
it("jest_testCallbackKeepAlive", async () => {
const res = await page.callMethod('jest_testCallbackKeepAlive')
page.waitFor(10)
page.waitFor(100)
const count = await page.data('count')
expect(count).toEqual(18)
})
})
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册