Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Oct 30, 2024
1 parent 7e68aeb commit 9f8be34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-dom/__tests__/createApp.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('createApp for dom', () => {
// ensure no mutation happened to Root object
expect(originalObj).toMatchObject(Root)
})

test('When the app is unmounted, the onMounted of suspense in Transition should not be called', async () => {
const onPage2Mounted = vi.fn()
let page1Comp: any
Expand Down

0 comments on commit 9f8be34

Please sign in to comment.