UNPKG

justo-generator-justo

Version:

Generator for a Justo.js project.

12 lines (9 loc) 195 B
//imports const justo = require("justo"); const suite = justo.suite; const test = justo.test; const init = justo.init; const fin = justo.fin; //suite suite("{{scope.name}}", function() { })();