Skip to content

Commit

Permalink
fix(runtime-core): uncomment assertion in hydration test
Browse files Browse the repository at this point in the history
The comment has been introduced in 2ffc1e8
  • Loading branch information
cexbrayat committed Dec 15, 2023
1 parent f0f6f7c commit c618919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/__tests__/hydration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@ describe('SSR hydration', () => {
</div>
`)
expect(vnode.el).toBe(container.firstChild)
// expect(`mismatch`).not.toHaveBeenWarned()
expect(`mismatch`).not.toHaveBeenWarned()
})

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

0 comments on commit c618919

Please sign in to comment.