UNPKG

askui

Version:

Reliable, automated end-to-end-testing that depends on what is shown on your screen instead of the technology you are running on

15 lines (14 loc) 398 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ControlCommandError = void 0; class ControlCommandError extends Error { constructor(message) { super(message); this.name = 'ControlCommandError'; this.matcherResult = { pass: false, message, }; } } exports.ControlCommandError = ControlCommandError;