mirror of https://github.com/vuejs/core.git
chore: run prettier
This commit is contained in:
parent
1ffd5a601b
commit
37f9ef8174
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue