Skip to content

Commit

Permalink
Move mockss to new file
Browse files Browse the repository at this point in the history
  • Loading branch information
gantunesr committed Nov 17, 2022
1 parent ac86447 commit a41ee36
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/components/Views/Snaps/mocks.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
const mockIframe = `<iframe \
src="https://metamask.github.io/iframe-execution-environment/0.9.1" \
title="iframe Example 1" \
width="400" height="300">\
</iframe>`;

const mockHTML = `
<body>
<p>Hello World</p>
</body>
`;

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

0 comments on commit a41ee36

Please sign in to comment.