This commit is contained in:
2023-08-30 14:19:23 +08:00
parent 90225f68e0
commit 0c342378c3
25 changed files with 2066 additions and 2218 deletions

View File

@@ -5,7 +5,7 @@ describe('Testing', () => {
test('Test', async () => {
const testUtils = new TestUtils()
await testUtils.createApp()
await testUtils.PageLifecycle.onShow('pages/index/index')
await testUtils.PageLifecycle.onShow()
expect(testUtils.html()).toMatchSnapshot()
})