UNPKG

jest-allure2-reporter

Version:
18 lines 602 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.optimizeForTracing = exports.log = void 0; const bunyamin_1 = require("bunyamin"); exports.log = bunyamin_1.bunyamin.child({ cat: 'jest-allure2-reporter', tid: 'jest-allure2-reporter', }); const nofields = {}; const noop = () => nofields; exports.optimizeForTracing = (0, bunyamin_1.isDebug)('jest-allure2-reporter') ? (function_) => function_ : () => noop; bunyamin_1.threadGroups.add({ id: 'jest-allure2-reporter', displayName: 'jest-allure2-reporter', }); //# sourceMappingURL=logger.js.map