fix: build and test fixes for TS 2.1 (#13294)
This commit is contained in:
@ -214,7 +214,7 @@ describe('applyRedirects', () => {
|
||||
() => { throw 'Should not reach'; },
|
||||
(e) => {
|
||||
expect(e.message).toEqual(
|
||||
`Cannot load children because the guard of the route "path: 'a'" returned false`);
|
||||
`NavigationCancelingError: Cannot load children because the guard of the route "path: 'a'" returned false`);
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user