Skip to content

Commit 9f8be34

Browse files
[autofix.ci] apply automated fixes
1 parent 7e68aeb commit 9f8be34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)