Skip to content

Commit

Permalink
tests: fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Jul 19, 2023
1 parent 1b29862 commit 270c35c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/react-d3-plugin/lib/Chart/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exports[`<Chart /> should render 1`] = `
<g
class="tick"
opacity="1"
transform="translate(-11.5,0)"
transform="translate(0.5,0)"
>
<line
stroke="currentColor"
Expand All @@ -38,7 +38,7 @@ exports[`<Chart /> should render 1`] = `
<g
class="tick"
opacity="1"
transform="translate(229.87931034482762,0)"
transform="translate(241.8793103448276,0)"
>
<line
stroke="currentColor"
Expand All @@ -55,7 +55,7 @@ exports[`<Chart /> should render 1`] = `
<g
class="tick"
opacity="1"
transform="translate(471.25862068965523,0)"
transform="translate(483.2586206896552,0)"
>
<line
stroke="currentColor"
Expand All @@ -72,7 +72,7 @@ exports[`<Chart /> should render 1`] = `
<g
class="tick"
opacity="1"
transform="translate(712.6379310344828,0)"
transform="translate(724.6379310344828,0)"
>
<line
stroke="currentColor"
Expand All @@ -89,7 +89,7 @@ exports[`<Chart /> should render 1`] = `
<g
class="tick"
opacity="1"
transform="translate(954.0172413793105,0)"
transform="translate(966.0172413793103,0)"
>
<line
stroke="currentColor"
Expand Down Expand Up @@ -376,12 +376,12 @@ exports[`<Chart /> should render 1`] = `
<g>
<path
class="area"
d="M-12,500L988,115.385L988,500L-12,500Z"
d="M-10,500L990,115.385L990,500L-10,500Z"
style="fill: url(#gradient);"
/>
<path
class="line"
d="M-12,500L988,115.385"
d="M-10,500L990,115.385"
/>
</g>
</g>
Expand Down

0 comments on commit 270c35c

Please sign in to comment.