提交 eb4f2ce9 编写于 作者: 杜庆泉's avatar 杜庆泉

Merge branch 'dev' of gitcode.net:dcloud/hello-uts into dev

import App from './App'
import { createSSRApp } from 'vue'
export function createApp() {
const app = createSSRApp(App)
return {
app
}
}
\ No newline at end of file
......@@ -3,7 +3,7 @@ const ERR_RE = /expected:<(.*)> but was:<(.*)>/
let result;
beforeAll(async () => {
await program.reLaunch('/pages/test/index')
await program.reLaunch('/pages/index/basicTest')
page = await program.currentPage()
await page.waitFor(3000);
const data = await page.data();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册