File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -635,7 +635,7 @@ describe('Router', () => {
635
635
}
636
636
} ) ;
637
637
638
- it ( 'should allow default browser navigation for links not matching the `limit ` props (string)' , async ( ) => {
638
+ it ( 'should allow default browser navigation for links not matching the `scope ` props (string)' , async ( ) => {
639
639
render (
640
640
< LocationProvider scope = "app" >
641
641
< Links />
@@ -655,7 +655,7 @@ describe('Router', () => {
655
655
}
656
656
} ) ;
657
657
658
- it ( 'should intercept clicks on links matching the `limit ` props (regex)' , async ( ) => {
658
+ it ( 'should intercept clicks on links matching the `scope ` props (regex)' , async ( ) => {
659
659
render (
660
660
< LocationProvider scope = { / ^ \/ a p p / } >
661
661
< Links />
@@ -676,7 +676,7 @@ describe('Router', () => {
676
676
}
677
677
} ) ;
678
678
679
- it ( 'should allow default browser navigation for links not matching the `limit ` props (regex)' , async ( ) => {
679
+ it ( 'should allow default browser navigation for links not matching the `scope ` props (regex)' , async ( ) => {
680
680
render (
681
681
< LocationProvider scope = { / ^ \/ a p p / } >
682
682
< Links />
You can’t perform that action at this time.
0 commit comments