Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions src/components/__tests__/__snapshots__/Highlight.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,12 @@ exports[`<Highlight /> snapshots renders correctly 1`] = `
<span
class="token plain"
>
console

</span>
<span
class="token console class-name"
>
console
</span>
<span
class="token punctuation"
Expand All @@ -123,7 +128,7 @@ exports[`<Highlight /> snapshots renders correctly 1`] = `
.
</span>
<span
class="token function"
class="token method function property-access"
style="color: rgb(154, 134, 253);"
>
log
Expand Down Expand Up @@ -216,7 +221,7 @@ exports[`<Highlight /> snapshots renders correctly 1`] = `
class="token plain"
/>
<span
class="token keyword"
class="token keyword control-flow"
style="color: rgb(255, 204, 153);"
>
return
Expand Down Expand Up @@ -244,7 +249,7 @@ exports[`<Highlight /> snapshots renders correctly 1`] = `

</span>
<span
class="token operator"
class="token arrow operator"
style="color: rgb(224, 145, 66);"
>
=&gt;
Expand Down