Skip to content

Commit

Permalink
Fix failing test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelfangjw committed Jun 16, 2021
1 parent f0ef1b6 commit 1e2a305
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ exports[`Parse exercise EXERCISE without solution successful 1`] = `

exports[`Parse figures FIGURE with image and scale successful 1`] = `
"<div className=\\"sicp-figure\\">
<div className=\\"sicp-figure\\">
<img src=\\"https://source-academy.github.io/sicp/sicp.png\\" alt=\\"id\\" width=\\"50%\\" />
</div>
<img src=\\"https://source-academy.github.io/sicp/sicp.png\\" alt=\\"id\\" width=\\"50%\\" />
<h5 className=\\"sicp-caption\\">
name
<span>
Expand All @@ -143,9 +141,7 @@ exports[`Parse figures FIGURE with image and scale successful 1`] = `
exports[`Parse figures FIGURE with image successful 1`] = `
"<div className=\\"sicp-figure\\">
<div className=\\"sicp-figure\\">
<img src=\\"https://source-academy.github.io/sicp/sicp.png\\" alt=\\"id\\" width={[undefined]} />
</div>
<img src=\\"https://source-academy.github.io/sicp/sicp.png\\" alt=\\"id\\" width={[undefined]} />
<h5 className=\\"sicp-caption\\">
name
<span>
Expand Down

0 comments on commit 1e2a305

Please sign in to comment.