Skip to content

Commit a0d7ed9

Browse files
[autofix.ci] apply automated fixes
1 parent c19232d commit a0d7ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1879,7 +1879,7 @@ describe('SSR hydration', () => {
18791879
await nextTick()
18801880
expect(root.innerHTML).toBe('<div><div>bar</div></div>')
18811881
})
1882-
1882+
18831883
test('hmr root reload', async () => {
18841884
const appId = 'test-app-id'
18851885
const App = {

0 commit comments

Comments
 (0)