UNPKG

exam

Version:

Clustered JavaScript test runner with builtin assertions.

21 lines (20 loc) 372 B
describe('errorTest', function () { it('fails deeply', function () { (function () { (function () { (function () { (function () { is(1, 2) })() })() })() })() }) it('calls done twice', function (done) { done() done() }) describe('suite', function () { thisWillThrowAnError() }) })