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

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