UNPKG

reakit

Version:

Toolkit for building accessible rich web apps with React

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