UNPKG

siesta-lite

Version:

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

7 lines (6 loc) 174 B
StartTest(function(t) { t.it('Should finalize waits after test is done or crashed', function(t) { t.waitFor(400, function() {}); throw 'Oops'; }) });