ソースを参照

chore: rename mockWarn util

Evan You 6 年 前
コミット
28895b8817

+ 1 - 1
packages/runtime-test/src/index.ts

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

+ 0 - 0
packages/runtime-test/src/jestUtils.ts → packages/runtime-test/src/utils/mockWarn.ts