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;