mirror of https://github.com/vuejs/core.git
test(runtime-vapor): pass raw props
This commit is contained in:
parent
ed954bcd33
commit
920b36490e
|
@ -18,7 +18,9 @@ import {
|
||||||
|
|
||||||
let removeComponentInstance = NOOP
|
let removeComponentInstance = NOOP
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
const reset = setCurrentInstance(createComponentInstance((() => {}) as any))
|
const reset = setCurrentInstance(
|
||||||
|
createComponentInstance((() => {}) as any, {}),
|
||||||
|
)
|
||||||
removeComponentInstance = () => {
|
removeComponentInstance = () => {
|
||||||
reset()
|
reset()
|
||||||
removeComponentInstance = NOOP
|
removeComponentInstance = NOOP
|
||||||
|
|
Loading…
Reference in New Issue