UNPKG

@ethereum-waffle/chai

Version:

A sweet set of chai matchers for your blockchain testing needs.

6 lines 173 B
export function ensure(condition, ErrorToThrow, ...errorArgs) { if (!condition) { throw new ErrorToThrow(...errorArgs); } } //# sourceMappingURL=utils.js.map