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.

11 lines 332 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AssertionError = void 0; class AssertionError extends Error { constructor(message) { super(message); this.name = this.constructor.name; } } exports.AssertionError = AssertionError; //# sourceMappingURL=AssertionError.js.map