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

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