UNPKG

todo

Version:

Todos in the CLI like what.

10 lines (9 loc) 168 B
describe('todo help', function() { it('prints the help', function(done) { cli() .run('todo help') .stdout(/Usage/) .code(0) .end(done); }); });