Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed May 11, 2020
1 parent fa14ce8 commit 04976d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/public/application/integration_tests/router.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ describe('AppRouter', () => {
history.push('/subpath');
},
}),
///
createAppMounter({
appId: 'app5',
html: '<div>App 5</div>',
Expand All @@ -89,7 +88,6 @@ describe('AppRouter', () => {
html: '<div>App 6</div>',
appRoute: '/app/my-app/app6',
}),
///
] as Array<MockedMounterTuple<EitherApp>>);
globalHistory = createMemoryHistory();
appStatuses$ = mountersToAppStatus$();
Expand Down

0 comments on commit 04976d6

Please sign in to comment.