Skip to content

Commit

Permalink
Fixed unit tests in react package
Browse files Browse the repository at this point in the history
  • Loading branch information
IPWright83 committed Dec 15, 2023
1 parent cce0380 commit 7e0ef0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ exports[`StackedArea using SVG should render correctly 1`] = `
>
<path
class="area"
d="M0,100L20,83.333L40,66.667L40,100L20,100L0,100Z"
d="M0,100L20,83.333L40,66.667L40,100L20,100L0,100Z "
style="fill: #99c1dc; stroke: rgb(107, 135, 154); opacity: 0.7; pointer-events: none;"
/>
<path
class="area"
d="M0,76.667L20,53.333L40,26.667L40,66.667L20,83.333L0,100Z"
d="M0,76.667L20,53.333L40,26.667L40,66.667L20,83.333L0,100Z "
style="fill: #fc998e; stroke: rgb(176, 107, 99); opacity: 0.7; pointer-events: none;"
/>
</g>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ exports[`Bar using SVG should render correctly 1`] = `
<rect
class="bar"
height="50"
style="fill: rgba(153, 193, 220, 0.7);"
style="fill: rgba(153, 193, 220, 0.7); opacity: 0.7;"
width="0"
x="0"
y="0"
/>
<rect
class="bar"
height="50"
style="fill: rgba(153, 193, 220, 0.7);"
style="fill: rgba(153, 193, 220, 0.7); opacity: 0.7;"
width="0"
x="0"
y="50"
Expand Down

0 comments on commit 7e0ef0e

Please sign in to comment.