Feature: return whether the test succeeded or not from `test.run()`
mfbx9da4 opened this issue · 0 comments
mfbx9da4 commented
eg
const test = suite('foo')
test('asdf', () => {})
// It would be very useful for my use case if this returned whether the suite succeeded or not
const success = await test.run()