UNPKG

fosho

Version:

extends power-assert, izz, fuse-box-test-runner, chai assert & should... not just sure... fosho. throws if not

11 lines (9 loc) 225 B
const test = require('ava') const fosho = require('./') test.failing('should chain back to fosho from fosho with t', t => { const foshod = fosho .t(t) .fosho([]).arr() .fosho({}).obj() console.log(foshod) })