Skip to content

Commit 8a16da6

Browse files
committed
chore: add comment
1 parent 7d315d2 commit 8a16da6

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
@@ -537,6 +537,7 @@ describe('hot module replacement', () => {
537537
expect(serializeInner(root)).toBe('bar')
538538
})
539539

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

0 commit comments

Comments
 (0)