/* istanbul ignore file */ export function setLocationHref(url: string) { window.location.href = url } export function locationReload() { window.location.reload() }