/opt/canhelp/node_modules/next/dist/build/jest/__mocks__
NameSizeModeActions
empty.d.ts00644editdlrm
empty.js4330644editdlrm
empty.js.map2100644editdlrm
fileMock.d.ts00644editdlrm
fileMock.js5000644editdlrm
fileMock.js.map3890644editdlrm
nextFontMock.d.ts00644editdlrm
nextFontMock.js6550644editdlrm
nextFontMock.js.map6150644editdlrm
styleMock.d.ts00644editdlrm
styleMock.js3970644editdlrm
styleMock.js.map2070644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/build/jest/__mocks__/fileMock.js (500B)
"use strict"; module.exports = { src: '/img.jpg', height: 40, width: 40, blurDataURL: 'data:image/png;base64,imagedata' }; if ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') { Object.defineProperty(exports.default, '__esModule', { value: true }); Object.assign(exports.default, exports); module.exports = exports.default; } //# sourceMappingURL=fileMock.js.map