Skip to content

Commit

Permalink
fix: fix iife build (#1555)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiller1990 committed May 22, 2020
1 parent 4d4a5f3 commit 2858f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/util.js
Expand Up @@ -2,7 +2,7 @@
import Vue from 'vue'
import semver from 'semver'
import { VUE_VERSION } from './consts'
import { config } from '@vue/test-utils'
import { config } from '../test-utils/src'

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

0 comments on commit 2858f24

Please sign in to comment.