diff --git a/packages/runtime-core/__tests__/hydration.spec.ts b/packages/runtime-core/__tests__/hydration.spec.ts
index cd0c61982..17d7b8dbc 100644
--- a/packages/runtime-core/__tests__/hydration.spec.ts
+++ b/packages/runtime-core/__tests__/hydration.spec.ts
@@ -1080,13 +1080,11 @@ describe('SSR hydration', () => {
})
test('force hydrate prop with `.prop` modifier', () => {
- const { container } = mountWithHydration(
- '',
- () =>
- h('input', {
- type: 'checkbox',
- '.indeterminate': true,
- }),
+ const { container } = mountWithHydration('', () =>
+ h('input', {
+ type: 'checkbox',
+ '.indeterminate': true,
+ }),
)
expect((container.firstChild! as any).indeterminate).toBe(true)
})
@@ -1475,6 +1473,16 @@ describe('SSR hydration', () => {
mountWithHydration(`