iris-messenger/tests/__mocks__/fileMocks.js

3 lines
197 B
JavaScript
Raw Normal View History

2021-07-08 21:31:30 +00:00
// This fixed an error related to the CSS and loading gif breaking my Jest test
// See https://facebook.github.io/jest/docs/en/webpack.html#handling-static-assets
module.exports = 'test-file-stub';