mirror of https://github.com/vuejs/core.git
[autofix.ci] apply automated fixes
This commit is contained in:
parent
3f51e7129a
commit
39c23bb453
|
@ -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']),
|
||||
|
|
Loading…
Reference in New Issue