@90poe/jest-performant-warnings-stats-reporter
Version:
A flexible jest reporter that provides ability to show statistics of warnings and group them
11 lines (10 loc) • 346 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CustomLogType = void 0;
var CustomLogType;
(function (CustomLogType) {
CustomLogType["Log"] = "log";
CustomLogType["Warn"] = "warn";
CustomLogType["Error"] = "error";
})(CustomLogType || (CustomLogType = {}));
exports.CustomLogType = CustomLogType;