Skip to content

Commit 3190e03

Browse files
author
Aubrey Keus
committed
updated readme and added test
1 parent fb781b9 commit 3190e03

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ verdb init database postgres batches
2323
verdb status
2424
verdb up all
2525
verdb show all
26+
verdb extract stored_procedure schema.name
2627
```
2728

2829
```

test/extract.coffee

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env coffee
2+
test = require('tap').test
3+
extract = require '../lib/extract'
4+
5+
test "signature", (t) ->
6+
t.ok extract.run?, "has run function"
7+
t.end()

0 commit comments

Comments
 (0)