first

true is ok
doag is also okay

second

but that is ok
this passes
nested failure
tt.equal(1, '1', 'nested failure')
Error: nested failure
this passes
this fails
t.fail('this fails')
Error: this fails
second timeout
first timeout
t.ok(false, 'first timeout', { foo: 'blz' })
Error: first timeout
pass after async kid