jest-allure2-reporter
Version:
Idiomatic Jest reporter for Allure Framework
12 lines • 484 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.moveHandler = void 0;
const utils_1 = require("../../utils");
const placeAttachment_1 = require("./placeAttachment");
const moveHandler = async (context) => {
const destination = (0, placeAttachment_1.placeAttachment)(context);
await (0, utils_1.fastMove)(context.sourcePath, destination);
return destination;
};
exports.moveHandler = moveHandler;
//# sourceMappingURL=moveHandler.js.map