Parcourir la source

chore: run prettier

Evan You il y a 1 an
Parent
commit
37f9ef8174
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/runtime-core/__tests__/hydration.spec.ts

+ 1 - 1
packages/runtime-core/__tests__/hydration.spec.ts

@@ -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)