]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
test: fix type import
authorEduardo San Martin Morote <posva13@gmail.com>
Sat, 26 Oct 2019 14:53:45 +0000 (15:53 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Sat, 26 Oct 2019 14:53:45 +0000 (15:53 +0100)
__tests__/matcher/ranking.spec.ts

index 8806ba29ef52bc6eb6546f758ef625f6a7258492..ac224c20972e0dd96529a97709c950151df79a97 100644 (file)
@@ -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