From 94004f306662b0ccb8335af8bbc6a5f1b5fe1b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Fri, 25 Feb 2022 13:58:30 +0100 Subject: [PATCH] fixup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- packages/core-components/src/layout/Sidebar/utils.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core-components/src/layout/Sidebar/utils.test.ts b/packages/core-components/src/layout/Sidebar/utils.test.ts index 645177577f..b08dcda0fc 100644 --- a/packages/core-components/src/layout/Sidebar/utils.test.ts +++ b/packages/core-components/src/layout/Sidebar/utils.test.ts @@ -14,7 +14,7 @@ * limitations under the License. */ import { Location, Path } from 'history'; -import { isExternalLink, isLocationMatch } from './utils'; +import { isLocationMatch } from './utils'; describe('isLocationMatching', () => { let currentLocation: Location;