Skip to content

Commit

Permalink
fix: snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
reme3d2y committed Dec 30, 2020
1 parent 9d1d848 commit 6d387a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ exports[`CalendarRange Display tests should match snapshot 1`] = `
</td>
<td>
<button
class="component ghost xs day today"
class="component ghost xs day"
data-date="1609200000000"
tabindex="-1"
type="button"
Expand All @@ -527,7 +527,7 @@ exports[`CalendarRange Display tests should match snapshot 1`] = `
</td>
<td>
<button
class="component ghost xs day"
class="component ghost xs day today"
data-date="1609286400000"
tabindex="-1"
type="button"
Expand Down
4 changes: 2 additions & 2 deletions packages/collapse/src/__snapshots__/Component.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exports[`Collapse Display tests should display radio group with one child correc
</div>
</div>
<a
class="component primary pseudo"
class="component primary pseudo withAddons"
>
<span
class="addons"
Expand Down Expand Up @@ -67,7 +67,7 @@ exports[`Collapse Display tests should display with children like boolean or str
</div>
</div>
<a
class="component primary pseudo"
class="component primary pseudo withAddons"
>
<span
class="addons"
Expand Down

0 comments on commit 6d387a8

Please sign in to comment.