UNPKG

kizu

Version:

An easy-to-use, fast, and defensive Typescript/Javascript test runner designed to help you to write simple, readable, and maintainable tests.

7 lines 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.fail = fail; function fail(assertions, description) { assertions.push({ pass: false, description: description !== null && description !== void 0 ? description : 'fail()' }); } //# sourceMappingURL=fail.js.map