Skip to content

Commit

Permalink
TASK: update fontAwesomeIcon.spec.tsx.snap
Browse files Browse the repository at this point in the history
  • Loading branch information
3m5/frohberg committed Oct 24, 2024
1 parent e5e8ad5 commit 7ffad8d
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

exports[`<FontAwesomeIcon/> should render correctly. 1`] = `
<FontAwesomeIcon
beat={false}
beatFade={false}
border={false}
bounce={false}
className="iconClassName fooIconClassName"
fade={false}
fixedWidth={false}
flip={null}
flip={false}
icon={
Array [
"fas",
Expand All @@ -15,14 +19,19 @@ exports[`<FontAwesomeIcon/> should render correctly. 1`] = `
inverse={false}
listItem={false}
mask={null}
maskId={null}
pull={null}
pulse={false}
rotation={null}
shake={false}
size="sm"
spin={false}
spinPulse={false}
spinReverse={false}
swapOpacity={false}
symbol={false}
title=""
titleId={null}
transform={null}
/>
`;

0 comments on commit 7ffad8d

Please sign in to comment.