Skip to content

Commit

Permalink
readme: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mklabs committed May 31, 2016
1 parent a43f9b5 commit 2f625e2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions readme.md
Expand Up @@ -59,6 +59,30 @@ assert.deepEqual(argv, {
blah: true
});
```
## Tests

```
$ node test
Success!
$ --foo foo --bar bar -b baz -o woot --blah
{ foo: 'foo', bar: 'bar', b: 'baz', o: 'woot', blah: true }
\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/
\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/
\o/\o/\o/\o/\o/ \o/\o/\o/\o/\o/\o/\o/
\o/\o/\o/\o/\o/ \o/\o/\o/\o/\o/\o/\o/
\o/\o/\o/\o/\o/ We did it! \o/\o/\o/\o/\o/\o/\o/
\o/\o/\o/\o/\o/ \o/\o/\o/\o/\o/\o/\o/
\o/\o/\o/\o/\o/ \o/\o/\o/\o/\o/\o/\o/
\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/
\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/
\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/
```


---

Expand Down

0 comments on commit 2f625e2

Please sign in to comment.