Skip to content

Commit 4d80194

Browse files
Merge pull request #159 from FormidableLabs/test/update-snapshot-test
Update Snapshot
2 parents 9cb3d50 + 1b641d2 commit 4d80194

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/components/__tests__/__snapshots__/Highlight.test.js.snap

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,12 @@ exports[`<Highlight /> snapshots renders correctly 1`] = `
114114
<span
115115
class="token plain"
116116
>
117-
console
117+
118+
</span>
119+
<span
120+
class="token console class-name"
121+
>
122+
console
118123
</span>
119124
<span
120125
class="token punctuation"
@@ -123,7 +128,7 @@ exports[`<Highlight /> snapshots renders correctly 1`] = `
123128
.
124129
</span>
125130
<span
126-
class="token function"
131+
class="token method function property-access"
127132
style="color: rgb(154, 134, 253);"
128133
>
129134
log
@@ -216,7 +221,7 @@ exports[`<Highlight /> snapshots renders correctly 1`] = `
216221
class="token plain"
217222
/>
218223
<span
219-
class="token keyword"
224+
class="token keyword control-flow"
220225
style="color: rgb(255, 204, 153);"
221226
>
222227
return
@@ -244,7 +249,7 @@ exports[`<Highlight /> snapshots renders correctly 1`] = `
244249
245250
</span>
246251
<span
247-
class="token operator"
252+
class="token arrow operator"
248253
style="color: rgb(224, 145, 66);"
249254
>
250255
=&gt;

0 commit comments

Comments
 (0)