From: Eduardo San Martin Morote Date: Fri, 17 May 2019 13:15:52 +0000 (+0200) Subject: fix import type X-Git-Tag: v4.0.0-alpha.0~368 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72f88d0bbefc59e188eb1825cd42a17874c6c787;p=thirdparty%2Fvuejs%2Frouter.git fix import type --- diff --git a/__tests__/utils.ts b/__tests__/utils.ts index e352b24a..05e0bc63 100644 --- a/__tests__/utils.ts +++ b/__tests__/utils.ts @@ -1,6 +1,5 @@ import { JSDOM, ConstructorOptions } from 'jsdom' -import {} from '../src/types' -import { NavigationGuard } from '../../vue-router/types' +import { NavigationGuard } from '../src/types' export const tick = () => new Promise(resolve => process.nextTick(resolve))