test: fix reactivity tests

This commit is contained in:
Evan You
2019-08-20 09:58:10 -04:00
parent 0519e10518
commit aacad85058
14 changed files with 36 additions and 38 deletions

View File

@@ -8,5 +8,5 @@ export const render = createRenderer({
}) as (vnode: VNode | null, container: HTMLElement) => VNode
// re-export everything from core
// h, Component, observer API, nextTick, flags & types
// h, Component, reactivity API, nextTick, flags & types
export * from '@vue/runtime-core'