@@ -0,0 +1,7 @@
const test = require('tape')
const choo = require('./')
test('should assert input types', function (t) {
t.plan(1)
t.throws(choo)
})
The note is not visible to the blocked user.