From: Evan You Date: Mon, 27 May 2024 09:03:03 +0000 (+0800) Subject: chore: run prettier X-Git-Tag: v3.4.28~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37f9ef81746f917e0fe16e9f63c7d27c906627b4;p=thirdparty%2Fvuejs%2Fcore.git chore: run prettier --- diff --git a/packages/runtime-core/__tests__/hydration.spec.ts b/packages/runtime-core/__tests__/hydration.spec.ts index 7d90ea9f33..933542ab98 100644 --- a/packages/runtime-core/__tests__/hydration.spec.ts +++ b/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('

', () => h(Comp)) expect(container.childNodes.length).toBe(1)