Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 290 Bytes

DOCS.md

File metadata and controls

13 lines (9 loc) · 290 Bytes

Test Generators

Installing

See README

Quick Start

  • npm install @dsnp/test-generators
  • Import:
    • import * as generators from "@dsnp/test-generators";
  • Require:
    • const generators = require("@dsnp/test-generators");