]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
test(runtime-core): uncomment assertion in hydration test (#9843)
authorCédric Exbrayat <cexbrayat@users.noreply.github.com>
Fri, 15 Dec 2023 15:07:45 +0000 (16:07 +0100)
committerGitHub <noreply@github.com>
Fri, 15 Dec 2023 15:07:45 +0000 (23:07 +0800)
packages/runtime-core/__tests__/hydration.spec.ts

index d051c6da4a4ac67073e22399b93c1b0fbda6bcd7..7d8e14b5db0f101d1107b25f2daa10e293f16b26 100644 (file)
@@ -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', () => {