UNPKG

jest-allure2-reporter

Version:
6 lines (3 loc) 188 B
import path from 'node:path'; import type { FileAttachmentHandler } from '../types'; export const referenceHandler: FileAttachmentHandler = ({ sourcePath }) => path.resolve(sourcePath);