import {Assert} from 'zora' export default (t: Assert) => { t.test(`some test`, (t) => { t.ok(true, 'woot woot'); }) }