describe("paramsFromCurrentPath", () => {
  it("returns an empty object if there are no params", () => {
    expect(paramsFromCurrentPath("/", "/")).toEqual({});
  });