UNPKG

label-studio

Version:

Data Labeling Tool that is backend agnostic and can be embedded into your applications

6 lines (4 loc) 127 B
import { guidGenerator } from "../unique"; it("Random ID generate", () => { expect(guidGenerator(10)).toHaveLength(10); });