Skip to content

Commit

Permalink
test: Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
flacial committed Jun 8, 2023
1 parent 0cf4d06 commit 8fc173e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions __tests__/__snapshots__/storyshots.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10847,6 +10847,7 @@ exports[`Storyshots Components/HighlightMarkdown Basic 1`] = `
"marginBlock": 20,
"marginBottom": 0,
"padding": "20px 20px 0 20px",
"wordBreak": "break-all",
}
}
>
Expand Down Expand Up @@ -10936,6 +10937,7 @@ exports[`Storyshots Components/HighlightMarkdown With Language 1`] = `
"marginBlock": 20,
"marginBottom": 0,
"padding": "20px 20px 0 20px",
"wordBreak": "break-all",
}
}
>
Expand Down Expand Up @@ -31228,6 +31230,7 @@ exports[`Storyshots mdx/Codeblock Component 1`] = `
"marginBlock": 20,
"marginBottom": 0,
"padding": "20px 20px 0 20px",
"wordBreak": "break-all",
}
}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ exports[`Lesson Page Should correctly render challenges page for students who ha
</p>
<pre
class="prism-code language-"
style="color: rgb(36, 41, 46); background-color: rgb(247, 246, 243); padding: 20px 20px 0px 20px; margin-bottom: 0px; font-size: 14px; border-radius: 4px; margin-block: 20px;"
style="color: rgb(36, 41, 46); background-color: rgb(247, 246, 243); padding: 20px 20px 0px 20px; margin-bottom: 0px; font-size: 14px; border-radius: 4px; margin-block: 20px; word-break: break-all;"
>
<div
class="token-line"
Expand Down Expand Up @@ -1188,7 +1188,7 @@ exports[`Lesson Page Should render correctly with valid lesson route 1`] = `
</p>
<pre
class="prism-code language-"
style="color: rgb(36, 41, 46); background-color: rgb(247, 246, 243); padding: 20px 20px 0px 20px; margin-bottom: 0px; font-size: 14px; border-radius: 4px; margin-block: 20px;"
style="color: rgb(36, 41, 46); background-color: rgb(247, 246, 243); padding: 20px 20px 0px 20px; margin-bottom: 0px; font-size: 14px; border-radius: 4px; margin-block: 20px; word-break: break-all;"
>
<div
class="token-line"
Expand Down

0 comments on commit 8fc173e

Please sign in to comment.