awesome-compose/samples/react-express-mysql/frontend/src/test/mocks/imageMock.js
Anca Iordache 43f21f2d8d add react-express-mysql application sample
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2020-03-05 18:40:44 +01:00

3 lines
No EOL
145 B
JavaScript
Executable file

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