From: Eduardo San Martin Morote Date: Sat, 26 Oct 2019 14:53:45 +0000 (+0100) Subject: test: fix type import X-Git-Tag: v4.0.0-alpha.0~179 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1be87eb80200cbd9788c26948ed990b69463678c;p=thirdparty%2Fvuejs%2Frouter.git test: fix type import --- diff --git a/__tests__/matcher/ranking.spec.ts b/__tests__/matcher/ranking.spec.ts index 8806ba29..ac224c20 100644 --- a/__tests__/matcher/ranking.spec.ts +++ b/__tests__/matcher/ranking.spec.ts @@ -1,9 +1,7 @@ -import { - createRouteMatcher, - RouteRecordMatcher, -} from '../../src/matcher/path-ranker' +import { createRouteMatcher } from '../../src/matcher/path-ranker' import { RegExpOptions } from 'path-to-regexp' import { RouteComponent } from '../../src/types' +import { RouteRecordMatcher } from '../../src/matcher/types' // @ts-ignore const component: RouteComponent = null