aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/tests/__mocks__/fileMocks.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/demobank-ui/tests/__mocks__/fileMocks.ts')
-rw-r--r--packages/demobank-ui/tests/__mocks__/fileMocks.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/demobank-ui/tests/__mocks__/fileMocks.ts b/packages/demobank-ui/tests/__mocks__/fileMocks.ts
new file mode 100644
index 000000000..87109e355
--- /dev/null
+++ b/packages/demobank-ui/tests/__mocks__/fileMocks.ts
@@ -0,0 +1,3 @@
+// 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';