import { getInputId } from "../getInputId";

test("getInputId", () => {
  expect(getInputId("a", "b")).toBe("b-a");
});
