Skip to content

Commit 4070502

Browse files
authored
test(runtime-core): uncomment assertion in hydration test (#9843)
1 parent 7bc3c9e commit 4070502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1207,7 +1207,7 @@ describe('SSR hydration', () => {
12071207
</div>
12081208
`)
12091209
expect(vnode.el).toBe(container.firstChild)
1210-
// expect(`mismatch`).not.toHaveBeenWarned()
1210+
expect(`mismatch`).not.toHaveBeenWarned()
12111211
})
12121212

12131213
test('transition appear with v-if', () => {

0 commit comments

Comments
 (0)