/**
 * File Mock for Jest
 */

export default {
  src: '/mock-file.png',
  width: 100,
  height: 100,
  blurDataURL: 'data:image/png;base64,mock',
};