This commit is contained in:
Yoshua Wuyts
2016-05-11 01:09:53 +07:00
commit c28d37ac84
7 changed files with 157 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
const test = require('tape')
const choo = require('./')
test('should assert input types', function (t) {
t.plan(1)
t.throws(choo)
})