]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: run prettier
authorEvan You <yyx990803@gmail.com>
Mon, 27 May 2024 09:03:03 +0000 (17:03 +0800)
committerEvan You <yyx990803@gmail.com>
Mon, 27 May 2024 09:03:03 +0000 (17:03 +0800)
packages/runtime-core/__tests__/hydration.spec.ts

index 7d90ea9f3314e39e501961a41f986483bec1fa11..933542ab98db9a7952a61e423ea68fe82c60ba92 100644 (file)
@@ -1165,7 +1165,7 @@ describe('SSR hydration', () => {
     const Comp = {
       render(this: any) {
         return h('p', [''])
-      }
+      },
     }
     const { container } = mountWithHydration('<p></p>', () => h(Comp))
     expect(container.childNodes.length).toBe(1)