File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ describe('Nested routers', function() {
472
472
} ) ;
473
473
} ) ;
474
474
475
- it ( 'calls onBeforeNaviation and onNavigation with correct match objects w/ multiple routers' , function ( done ) {
475
+ it ( 'calls onBeforeNavigation and onNavigation with correct match objects w/ multiple routers' , function ( done ) {
476
476
assertRendered ( 'mainpage' ) ;
477
477
var called = [ ] ;
478
478
router . navigate ( '/__zuul/nested/' ) ;
@@ -649,7 +649,7 @@ describe('Contextual routers', function() {
649
649
} ) ;
650
650
} ) ;
651
651
652
- it ( 'calls onBeforeNaviation and onNavigation with correct match objects w/ contextual routers' , function ( done ) {
652
+ it ( 'calls onBeforeNavigation and onNavigation with correct match objects w/ contextual routers' , function ( done ) {
653
653
assertRendered ( 'mainpage' ) ;
654
654
var called = [ ] ;
655
655
router . navigate ( '/__zuul/subcat/' ) ;
You can’t perform that action at this time.
0 commit comments