chore: rename mockWarn util

This commit is contained in:
Evan You 2019-10-31 13:53:11 -04:00
parent 3a6dcd3aba
commit 28895b8817
2 changed files with 1 additions and 1 deletions

View File

@ -20,5 +20,5 @@ export function renderToString(vnode: VNode) {
export * from './triggerEvent' export * from './triggerEvent'
export * from './serialize' export * from './serialize'
export * from './nodeOps' export * from './nodeOps'
export * from './jestUtils' export * from './utils/mockWarn'
export * from '@vue/runtime-core' export * from '@vue/runtime-core'