UNPKG

intern-a11y

Version:

Intern-a11y. An accessibility testing helper for Intern.

19 lines 697 B
"use strict"; var __extends = (this && this.__extends) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; var A11yError = (function (_super) { __extends(A11yError, _super); function A11yError(message, results) { var _this = _super.call(this, message) || this; Error.captureStackTrace(_this, _this.constructor); _this.message = message; _this.a11yResults = results; return _this; } return A11yError; }(Error)); exports.A11yError = A11yError; //# sourceMappingURL=common.js.map