Skip to content

Commit 2858f24

Browse files
authored
fix: fix iife build (#1555)
1 parent 4d4a5f3 commit 2858f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/shared/util.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import Vue from 'vue'
33
import semver from 'semver'
44
import { VUE_VERSION } from './consts'
5-
import { config } from '@vue/test-utils'
5+
import { config } from '../test-utils/src'
66

77
export function throwError(msg: string): void {
88
throw new Error(`[vue-test-utils]: ${msg}`)

0 commit comments

Comments
 (0)