提交 e85183f3 编写于 作者: W wangjinxin613

test: 修复编译失败问题

上级 d29d01d5
...@@ -37,7 +37,7 @@ describes.forEach(d => { ...@@ -37,7 +37,7 @@ describes.forEach(d => {
}) })
if (process.env.uniTestPlatformInfo.startsWith('ios')) { if (process.env.uniTestPlatformInfo.startsWith('ios')) {
describe('testTypeFromAppJs', () => { describe('testTypeFromAppJs', async () => {
const res = await page.callMethod('jest_testTypeFromAppJs') const res = await page.callMethod('jest_testTypeFromAppJs')
expect(res).toEqual(true) expect(res).toEqual(true)
}) })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册