Skip to content

Commit da33cfa

Browse files
committed
Update snapshots with sorted classes.
1 parent 965e8a4 commit da33cfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

browser-extension/tests/lib/enhancers/github.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe('github', () => {
2727
).toMatchInlineSnapshot(`
2828
<React.Fragment>
2929
<span
30-
className="font-mono text-sm text-muted-foreground"
30+
className="font-mono text-muted-foreground text-sm"
3131
>
3232
diffplug/selfie
3333
</span>
@@ -74,7 +74,7 @@ describe('github', () => {
7474
).toMatchInlineSnapshot(`
7575
<React.Fragment>
7676
<span
77-
className="w-4 h-4 flex items-center justify-center flex-shrink-0"
77+
className="flex h-4 w-4 flex-shrink-0 items-center justify-center"
7878
>
7979
<IssueOpenedIcon
8080
size={16}
@@ -83,7 +83,7 @@ describe('github', () => {
8383
#
8484
523
8585
<a
86-
className="hover:underline truncate"
86+
className="truncate hover:underline"
8787
href="https://github.com/diffplug/selfie"
8888
>
8989
diffplug/selfie

0 commit comments

Comments
 (0)