Skip to content

Commit

Permalink
chore: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 27, 2024
1 parent 1ffd5a6 commit 37f9ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/__tests__/hydration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 37f9ef8

Please sign in to comment.