From: Eduardo San Martin Morote Date: Wed, 8 Apr 2020 18:46:53 +0000 (+0200) Subject: test: extra import X-Git-Tag: v4.0.0-alpha.6~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d229d62ffdf1dca66849c240b92b785cc4d78be;p=thirdparty%2Fvuejs%2Frouter.git test: extra import --- diff --git a/__tests__/errors.spec.ts b/__tests__/errors.spec.ts index 2d7d3fbd..4ae4c263 100644 --- a/__tests__/errors.spec.ts +++ b/__tests__/errors.spec.ts @@ -1,6 +1,6 @@ import { createRouter as newRouter, createMemoryHistory } from '../src' import { ErrorTypes } from '../src/errors' -import { components, tick } from './utils' +import { components } from './utils' import { RouteRecordRaw } from '../src/types' const routes: RouteRecordRaw[] = [