From 4070502bd00a1bba6deec9e256f479dc8a4e91fa Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Exbrayat?= Date: Fri, 15 Dec 2023 16:07:45 +0100 Subject: [PATCH] test(runtime-core): uncomment assertion in hydration test (#9843) --- packages/runtime-core/__tests__/hydration.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/runtime-core/__tests__/hydration.spec.ts b/packages/runtime-core/__tests__/hydration.spec.ts index d051c6da4a..7d8e14b5db 100644 --- a/packages/runtime-core/__tests__/hydration.spec.ts +++ b/packages/runtime-core/__tests__/hydration.spec.ts @@ -1207,7 +1207,7 @@ describe('SSR hydration', () => { `) expect(vnode.el).toBe(container.firstChild) - // expect(`mismatch`).not.toHaveBeenWarned() + expect(`mismatch`).not.toHaveBeenWarned() }) test('transition appear with v-if', () => { -- 2.47.3