We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cecc64 + 06e049b commit c3e2673Copy full SHA for c3e2673
tests/lifecycle.spec.ts
@@ -30,7 +30,7 @@ describe('lifecycles', () => {
30
mount(Component)
31
await nextTick()
32
expect(beforeMountFn).toHaveBeenCalled()
33
- expect(onBeforeMountFn).toHaveBeenCalled()
+ expect(onMountFn).toHaveBeenCalled()
34
expect(onBeforeMountFn).toHaveBeenCalled()
35
})
36
0 commit comments