Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-02-25 13:58:30 +01:00
parent 4583772804
commit 94004f3066
@@ -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;