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 e049cbf commit 9f619d2Copy full SHA for 9f619d2
packages/runtime-core/__tests__/hmr.spec.ts
@@ -356,7 +356,7 @@ describe('hot module replacement', () => {
356
triggerEvent(root.children[1] as TestElement, 'click')
357
await nextTick()
358
await new Promise(r => setTimeout(r, 0))
359
- expect(serializeInner(root)).toBe(`<button></button><!---->`)
+ expect(serializeInner(root)).toBe(`<button></button><!--v-if-->`)
360
expect(unmountSpy).toHaveBeenCalledTimes(1)
361
expect(mountSpy).toHaveBeenCalledTimes(1)
362
expect(activeSpy).toHaveBeenCalledTimes(1)
0 commit comments