js-bitcoin-wallet/tests/__mocks__/fileMocks.js
2022-11-16 14:26:08 -05:00

3 lines
No EOL
197 B
JavaScript

// 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';