Skip to content

Commit

Permalink
test(router): add tests for integration spec
Browse files Browse the repository at this point in the history
Add "should set history.state when navigation with browser go" to
integration spec
  • Loading branch information
aahmedayed committed Sep 18, 2020
1 parent 95996dc commit e110e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/router/test/integration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ describe('Integration', () => {
expect(navigation.extras.state).toEqual(state);
})));

it('should set history.state when navigation with browser go',
it('should set history.state when navigation with browser go',
fakeAsync(inject([Router, Location], (router: Router, location: SpyLocation) => {
router.resetConfig([
{path: '', component: SimpleCmp},
Expand Down

0 comments on commit e110e2a

Please sign in to comment.