chore: run prettier

This commit is contained in:
Evan You 2024-05-27 17:03:03 +08:00
parent 1ffd5a601b
commit 37f9ef8174
No known key found for this signature in database
GPG Key ID: B9D421896CA450FB
1 changed files with 1 additions and 1 deletions

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