TOC

test/test/ok.js

nesting

first

true is ok.

doag is also okay.

ok - first

second

but that is ok.

this passes.

nested ok.

ok - second

ok - nesting this passes.

this passes too.

async kid

timeout.

timeout.

ok - async kid pass after async kid.

ok - test/test/ok.js

test/test/assert-todo-skip.js

not much

always passes.

false.

bonus.

expected.

t.ok(false, 'expected', {todo: 'implement a thing'})

always passes without explanation.

false without explanation.

bonus without explanation.

expected without explanation.

t.ok(false, 'expected without explanation', {todo: true})

not ok - not much

not ok - test/test/assert-todo-skip.js

test/test/async.js

first test

this is ok.

ok - first test

second test (async)

this is ok.

ok - second test (async)

ok - test/test/async.js

test/test/bail-child.js

bail fail

failer

this fails.

t.fail('this fails')
test/test/bail-child.js:7:7
Test.runChild [as _runChild] (lib/test.js:528:17)
lib/test.js:444:10
loop (lib/test.js:501:12)
lib/test.js:453:7
loop (lib/test.js:501:12)
Test._runBeforeEach (lib/test.js:456:5)
Test._runBeforeEach (lib/test.js:452:18)
Test.test (lib/test.js:443:8)
test/test/bail-child.js:6:5
Test.runChild [as _runChild] (lib/test.js:528:17)
lib/test.js:444:10
loop (lib/test.js:501:12)
Test._runBeforeEach (lib/test.js:456:5)
Test.test (lib/test.js:443:8)
Object.<anonymous> (test/test/bail-child.js:5:3)

missing plan.