UNPKG

justo-generator-plugin

Version:

Generator for a Justo.js plugin.

13 lines (11 loc) 268 B
//imports const justo = require("justo"); const suite = justo.suite; const test = justo.test; const task = require("../../dist/es5/nodejs/{{dir.name}}"); //suite suite("API", function() { test("task", function() { task.must.be.instanceOf(Function); }); })();