export default ({ action, type, file }: any): string => { return `${process.cwd()}/test/mock/fakeContent/${action}/${type}/${file}`; };