From: Cédric Exbrayat Date: Fri, 15 Dec 2023 15:07:45 +0000 (+0100) Subject: test(runtime-core): uncomment assertion in hydration test (#9843) X-Git-Tag: v3.4.0-beta.3~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4070502bd00a1bba6deec9e256f479dc8a4e91fa;p=thirdparty%2Fvuejs%2Fcore.git test(runtime-core): uncomment assertion in hydration test (#9843) --- 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', () => {