From 22aa2256c014d76413743cee5b85ef341a85be34 Mon Sep 17 00:00:00 2001 From: Lachlan Miller Date: Fri, 22 May 2020 21:54:09 +1000 Subject: [PATCH] fix: fix iife build --- packages/shared/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared/util.js b/packages/shared/util.js index 9f209b8b3..c2655d499 100644 --- a/packages/shared/util.js +++ b/packages/shared/util.js @@ -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}`)