UNPKG
todo
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
0.10.0
0.9.9
0.0.3
0.0.2
0.0.1
Todos in the CLI like what.
github.com/vesln/todo
vesln/todo
todo
/
test
/
acceptance
/
help.js
10 lines
(9 loc)
•
168 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
describe
('todo help', function() {
it
('prints the help', function(done) {
cli
()
.run
('todo help')
.stdout
(/Usage/)
.code
(
0
)
.end
(done); }); });