Skip to content

Commit 25fedd1

Browse files
committed
Update snapshots
1 parent fd882a3 commit 25fedd1

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// Jest Snapshot v1, https://goo.gl/fbAQLP
2+
3+
exports[`IframeContentRenderer should render 1`] = `
4+
<div>
5+
<div
6+
style="width: 100%; height: 100%;"
7+
>
8+
<iframe
9+
src="http://localhost/perseus/frame?frame-id=0&lint-gutter=true"
10+
style="width: 100%; height: 100%;"
11+
/>
12+
</div>
13+
</div>
14+
`;

packages/perseus-editor/src/__tests__/iframe-content-renderer.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe("IframeContentRenderer", () => {
5151
);
5252

5353
// Assert
54-
expect(container).toMatchInlineSnapshot();
54+
expect(container).toMatchSnapshot();
5555
});
5656

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

0 commit comments

Comments
 (0)