Skip to content

Commit 7e68aeb

Browse files
authored
Update createApp.spec.ts
1 parent db29302 commit 7e68aeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/runtime-dom/__tests__/createApp.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ describe('createApp for dom', () => {
4040
// ensure no mutation happened to Root object
4141
expect(originalObj).toMatchObject(Root)
4242
})
43+
4344
test('When the app is unmounted, the onMounted of suspense in Transition should not be called', async () => {
4445
const onPage2Mounted = vi.fn()
4546
let page1Comp: any

0 commit comments

Comments
 (0)