UNPKG

@twilio-paste/paste-reakit-fork

Version:

Forked Reakit that addresses SSR hydration issues

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