UNPKG

reakit

Version:

Toolkit for building accessible rich web apps with React

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