]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
test: fix rename
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 15 Jun 2022 08:23:18 +0000 (10:23 +0200)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Thu, 30 Jun 2022 07:59:00 +0000 (09:59 +0200)
packages/router/test-dts/namedRoutes.test-d.ts

index 00bf936274ee85e8f4429fbc917302abe3218a6b..c563b81180c8dd72cd5ff1725e332396dce5ad0c 100644 (file)
@@ -5,7 +5,7 @@ import {
   expectType,
   RouteNamedMap,
   RouteLocationRaw,
-  JoinPath,
+  _JoinPath,
   useRouter,
 } from './index'
 import { DefineComponent } from 'vue'
@@ -122,7 +122,7 @@ r2.replace({} as unknown as RouteLocationRaw)
 function joinPath<A extends string, B extends string>(
   prefix: A,
   path: B
-): JoinPath<A, B> {
+): _JoinPath<A, B> {
   return '' as any
 }