UNPKG

js-project-generator-cli

Version:
9 lines (7 loc) 177 B
import lib from "../index"; import chai from "chai"; describe("<%= projectName %> tests", () => { it("should add correctly", () => { expect(1 + 1).to.equal(2); }); });