@teambit/tester
Version:
21 lines (19 loc) • 535 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.NoTestFilesFound = void 0;
function _bitError() {
const data = require("@teambit/bit-error");
_bitError = function () {
return data;
};
return data;
}
class NoTestFilesFound extends _bitError().BitError {
constructor(testRegex) {
super(`no test files for regex: '${testRegex}' found for any of the components in the workspace.`);
}
}
exports.NoTestFilesFound = NoTestFilesFound;
//# sourceMappingURL=no-test-files-found.js.map