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
/
add.js
9 lines
(8 loc)
•
162 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
describe
('todo add', function() {
it
('adds a todo item', function(done) {
cli
()
.run
('todo add "Have more fun"')
.code
(
0
)
.end
(done); }); });