Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 5dde129 commit e770f7aCopy full SHA for e770f7a
‎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