UNPKG

jest-allure2-reporter

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