test: fix import

This commit is contained in:
Evan You
2019-10-05 23:20:02 -04:00
parent 82bd9eb1db
commit c4f9b6d592
3 changed files with 5 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ import {
RESOLVE_COMPONENT
} from '../src/runtimeHelpers'
import { createElementWithCodegen } from './testUtils'
import { PatchFlags } from 'vue'
import { PatchFlags } from '@vue/shared'
function createRoot(options: Partial<RootNode> = {}): RootNode {
return {