expect(
    parseHistoryLocationPathname({ location: { pathname: "/home" } })
  ).toEqual({
    route: "home",
    query: null,