Skip to content

Commit 37f9ef8

Browse files
committed
chore: run prettier
1 parent 1ffd5a6 commit 37f9ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ describe('SSR hydration', () => {
11651165
const Comp = {
11661166
render(this: any) {
11671167
return h('p', [''])
1168-
}
1168+
},
11691169
}
11701170
const { container } = mountWithHydration('<p></p>', () => h(Comp))
11711171
expect(container.childNodes.length).toBe(1)

0 commit comments

Comments
 (0)