提交 905d42c0 编写于 作者: Y yurj26

fix: test

上级 12847428
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.
先完成此消息的编辑!
想要评论请 注册