UNPKG

siesta-lite

Version:

Stress-free JavaScript unit testing and functional testing tool, works in NodeJS and browsers

12 lines (8 loc) 216 B
StartTest(function (t) { t.it('Should be able to ignore some exceptions', function (t) { setTimeout(function () { throw new Error('foobar') }, 100) t.waitFor(300) }) })