File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
packages/router/__tests__ Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -3707,6 +3707,7 @@ describe("a router", () => {
3707
3707
] ,
3708
3708
future : {
3709
3709
v7_normalizeFormMethod : true ,
3710
+ v7_prependBasename : false ,
3710
3711
} ,
3711
3712
} ) ;
3712
3713
let A = await t . navigate ( "/child" , {
@@ -15746,16 +15747,13 @@ describe("a router", () => {
15746
15747
} ) ;
15747
15748
15748
15749
it ( "from an index route with a path" , ( ) => {
15749
- assertRoutingToParent (
15750
- [
15751
- {
15752
- id : "activeRoute" ,
15753
- path : "bar" ,
15754
- index : true ,
15755
- } ,
15756
- ] ,
15757
- "/foo"
15758
- ) ;
15750
+ assertRoutingToParent ( [
15751
+ {
15752
+ id : "activeRoute" ,
15753
+ path : "bar" ,
15754
+ index : true ,
15755
+ } ,
15756
+ ] ) ;
15759
15757
} ) ;
15760
15758
15761
15759
it ( "from a dynamic param route" , ( ) => {
You can’t perform that action at this time.
0 commit comments