UNPKG

@twilio-paste/paste-reakit-fork

Version:

Forked Reakit that addresses SSR hydration issues

6 lines (4 loc) 126 B
import { getLabelId } from "../getLabelId"; test("getLabelId", () => { expect(getLabelId("a", "b")).toBe("b-a-label"); });