test: fix renderSlot tests

This commit is contained in:
Evan You 2021-07-13 10:52:15 -04:00
parent 8610e1c9e2
commit 4e5897d2df

View File

@ -10,8 +10,17 @@ import {
Slot
} from '../../src'
import { PatchFlags } from '@vue/shared'
import { setCurrentRenderingInstance } from '../../src/componentRenderContext'
describe('renderSlot', () => {
beforeEach(() => {
setCurrentRenderingInstance({ type: {} } as any)
})
afterEach(() => {
setCurrentRenderingInstance(null)
})
it('should render slot', () => {
let child
const vnode = renderSlot(