Skip to content

Commit 0a34d85

Browse files
committed
chore: add comment
1 parent c572799 commit 0a34d85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/runtime-core/__tests__/hmr.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,7 @@ describe('hot module replacement', () => {
538538
expect(serializeInner(root)).toBe('bar')
539539
})
540540

541+
// #6978
541542
test('rerender in change hoisted nodes', () => {
542543
const root = nodeOps.createElement('div')
543544
const appId = 'test-app-id'

0 commit comments

Comments
 (0)