UNPKG

@teambit/tester

Version:
33 lines (31 loc) 749 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "NoMatchingComponents", { enumerable: true, get: function () { return _noMatchingComponents().NoMatchingComponents; } }); Object.defineProperty(exports, "NoTestFilesFound", { enumerable: true, get: function () { return _noTestFilesFound().NoTestFilesFound; } }); function _noTestFilesFound() { const data = require("./no-test-files-found"); _noTestFilesFound = function () { return data; }; return data; } function _noMatchingComponents() { const data = require("./no-matching-components"); _noMatchingComponents = function () { return data; }; return data; } //# sourceMappingURL=index.js.map