File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
src/components/__tests__/__snapshots__ Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff 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 =>
You can’t perform that action at this time.
0 commit comments