4 lines
196 B
JavaScript
4 lines
196 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
|
||
|
export default "test-file-stub";
|