From 04976d639c6bc439bd7a416c76845c3589e18af6 Mon Sep 17 00:00:00 2001 From: pgayvallet Date: Mon, 11 May 2020 11:21:09 +0200 Subject: [PATCH] cleanup --- src/core/public/application/integration_tests/router.test.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/public/application/integration_tests/router.test.tsx b/src/core/public/application/integration_tests/router.test.tsx index 77182ce40c4c9..9f379859dc34f 100644 --- a/src/core/public/application/integration_tests/router.test.tsx +++ b/src/core/public/application/integration_tests/router.test.tsx @@ -78,7 +78,6 @@ describe('AppRouter', () => { history.push('/subpath'); }, }), - /// createAppMounter({ appId: 'app5', html: '
App 5
', @@ -89,7 +88,6 @@ describe('AppRouter', () => { html: '
App 6
', appRoute: '/app/my-app/app6', }), - /// ] as Array>); globalHistory = createMemoryHistory(); appStatuses$ = mountersToAppStatus$();