imageMock.js 145 B

123
  1. // Return an empty string or other mock path to emulate the url that
  2. // Webpack provides via the file-loader
  3. module.exports = 'mocked-image.jpg';