UNPKG

justo-generator-plugin

Version:

Generator for a Justo.js plugin.

11 lines (8 loc) 197 B
//imports const justo = require("justo"); const suite = justo.suite; const test = justo.test; const pkg = require("../../dist/es5/nodejs/{{dir.name}}"); //suite suite("API", function() { })();