[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2024-10-22 07:15:50 +00:00 committed by GitHub
parent 3f51e7129a
commit 39c23bb453
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ describe('compat: render function', () => {
expect(vm.$el).toBeInstanceOf(HTMLDivElement)
expect(vm.$el.outerHTML).toBe(`<div>hello</div>`)
})
test('extends render fn', () => {
const BaseComponent = {
render: (h: any) => h('div', null, ['hello']),