import test from 'ava' import Onionoo from '../' test('Onionoo is a function', t => { t.is(typeof Onionoo, 'function') })