Skip to content

Commit ef4c5cf

Browse files
committed
test: update snapshots
1 parent 6224f68 commit ef4c5cf

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/components/__snapshots__/Sidebar.test.tsx.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ exports[`components/Sidebar.tsx should render itself & its children (logged in)
9999
title="Quit Gitify"
100100
>
101101
<svg
102-
aria-hidden="false"
103102
aria-label="Quit Gitify"
104103
className="octicon octicon-x-circle"
105104
fill="currentColor"
@@ -225,7 +224,6 @@ exports[`components/Sidebar.tsx should render itself & its children (logged out)
225224
title="Quit Gitify"
226225
>
227226
<svg
228-
aria-hidden="false"
229227
aria-label="Quit Gitify"
230228
className="octicon octicon-x-circle"
231229
fill="currentColor"

src/routes/__snapshots__/Settings.test.tsx.snap

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ exports[`routes/Settings.tsx should render itself & its children 1`] = `
292292
title="Login with GitHub Enterprise"
293293
>
294294
<svg
295-
aria-hidden="false"
296295
aria-label="Login with GitHub Enterprise"
297296
class="octicon octicon-person-add"
298297
fill="currentColor"
@@ -313,7 +312,6 @@ exports[`routes/Settings.tsx should render itself & its children 1`] = `
313312
title="Logout"
314313
>
315314
<svg
316-
aria-hidden="false"
317315
aria-label="Logout"
318316
class="octicon octicon-sign-out"
319317
fill="currentColor"
@@ -334,7 +332,6 @@ exports[`routes/Settings.tsx should render itself & its children 1`] = `
334332
title="Quit Gitify"
335333
>
336334
<svg
337-
aria-hidden="false"
338335
aria-label="Quit Gitify"
339336
class="octicon octicon-x-circle"
340337
fill="currentColor"

0 commit comments

Comments
 (0)