diff --git a/app/components/Views/Snaps/mocks.ts b/app/components/Views/Snaps/mocks.ts new file mode 100644 index 00000000000..3a8ef2f9cef --- /dev/null +++ b/app/components/Views/Snaps/mocks.ts @@ -0,0 +1,14 @@ +const mockIframe = ``; + +const mockHTML = ` + +

Hello World

+ +`; + +// eslint-disable-next-line import/prefer-default-export +export { mockIframe, mockHTML };