UNPKG

adventure-verify

Version:

write adventure verify functions with tape

9 lines (6 loc) 169 B
var verify = require('../'); exports.problem = 'pass in the argument 555' exports.verify = verify(function (args, t) { t.plan(1); t.equal(args[0], '555'); });