Skip to content

Commit

Permalink
snap update
Browse files Browse the repository at this point in the history
  • Loading branch information
heyjul3s committed Dec 23, 2020
1 parent 73c0e66 commit ea2ae43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/grid/__tests__/__snapshots__/grid.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`@artifak/grid Grid should render 1`] = `
<DocumentFragment>
<div
class="sc-gsTCUz dmRtIA"
class="sc-gsTCUz GgxUB"
display="grid"
>
<div
Expand Down Expand Up @@ -43,7 +43,7 @@ exports[`@artifak/grid Grid should render 1`] = `
exports[`@artifak/grid Grid should render grid-auto-columns style if no columnSize prop is provided 1`] = `
<DocumentFragment>
<div
class="sc-gsTCUz ezSWul"
class="sc-gsTCUz jxeuwY"
data-testid="grid"
display="grid"
>
Expand Down Expand Up @@ -84,7 +84,7 @@ exports[`@artifak/grid Grid should render grid-auto-columns style if no columnSi
exports[`@artifak/grid Grid should render gridGap style if a value is provided 1`] = `
<DocumentFragment>
<div
class="sc-gsTCUz bJPZbK"
class="sc-gsTCUz eFIKRD"
data-testid="grid"
display="grid"
>
Expand Down

0 comments on commit ea2ae43

Please sign in to comment.