Luke Childs
9 years ago
3 changed files with 9 additions and 1 deletions
@ -0,0 +1,7 @@ |
|||
import test from 'ava'; |
|||
|
|||
import htconvert from '../dist/htconvert'; |
|||
|
|||
test('htconvert should export a function', t => { |
|||
t.is(typeof htconvert, 'function'); |
|||
}); |
Loading…
Reference in new issue