UNPKG

generator

Version:

Project bootstrapping with an emphasis on simplicity.

9 lines (8 loc) 230 B
var test = require('tap').test, __name__ = require(__dirname + '/../../lib/index.js'); __name__(function (err) { test('unit', function (t) { t.equal(err, null, 'error object is null'); t.end(); }); });