We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a6554 commit 9f5e2a6Copy full SHA for 9f5e2a6
packages/runtime-core/__tests__/hmr.spec.ts
@@ -267,8 +267,8 @@ describe('hot module replacement', () => {
267
test('reload: avoid infinite recursion', async () => {
268
const root = nodeOps.createElement('div')
269
const childId = 'test-child-6930'
270
- const unmountSpy = jest.fn()
271
- const mountSpy = jest.fn()
+ const unmountSpy = vi.fn()
+ const mountSpy = vi.fn()
272
273
const Child: ComponentOptions = {
274
__hmrId: childId,
0 commit comments