e2ed
Version:
E2E testing framework over Playwright
8 lines (7 loc) • 675 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.setCustomInspectOnFunction = exports.getFunctionPresentationForLogs = void 0;
var getFunctionPresentationForLogs_1 = require("./getFunctionPresentationForLogs");
Object.defineProperty(exports, "getFunctionPresentationForLogs", { enumerable: true, get: function () { return getFunctionPresentationForLogs_1.getFunctionPresentationForLogs; } });
var setCustomInspectOnFunction_1 = require("./setCustomInspectOnFunction");
Object.defineProperty(exports, "setCustomInspectOnFunction", { enumerable: true, get: function () { return setCustomInspectOnFunction_1.setCustomInspectOnFunction; } });