Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremywiebe committed Aug 27, 2024
1 parent e944956 commit 3d6f3ad
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`IframeContentRenderer should render 1`] = `
<div>
<div
style="width: 100%; height: 100%;"
>
<iframe
src="http://localhost/perseus/frame?frame-id=0&lint-gutter=true"
style="width: 100%; height: 100%;"
/>
</div>
</div>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe("IframeContentRenderer", () => {
);

// Assert
expect(container).toMatchInlineSnapshot();
expect(container).toMatchSnapshot();
});

it("should assign each iframe in page a unique frame ID", () => {
Expand Down

0 comments on commit 3d6f3ad

Please sign in to comment.