Closed matsbryntse closed 2 years ago
For high volume sanity checks, where only the fail is of interest
Perhaps something like:
t.silent(t => { t.true(something) t.is(1, 2) })
Implemented as t.silent.true()
t.silent.true()
For high volume sanity checks, where only the fail is of interest