Skip to content

Commit

Permalink
GridItem classname snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedb committed Jun 18, 2022
1 parent f03f346 commit 09db7fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions __tests__/components/__snapshots__/GridItem.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`<GridItem /> should handle album 1`] = `
<div
className="grid__item grid__item--album"
className="grid__item grid__item--album "
data-qa-file="GridItem"
data-qa-node="div"
>
Expand Down Expand Up @@ -96,7 +96,7 @@ exports[`<GridItem /> should handle album 1`] = `

exports[`<GridItem /> should handle artist 1`] = `
<div
className="grid__item grid__item--artist"
className="grid__item grid__item--artist "
data-qa-file="GridItem"
data-qa-node="div"
>
Expand Down Expand Up @@ -174,7 +174,7 @@ exports[`<GridItem /> should handle artist 1`] = `

exports[`<GridItem /> should handle playlist 1`] = `
<div
className="grid__item grid__item--playlist"
className="grid__item grid__item--playlist "
data-qa-file="GridItem"
data-qa-node="div"
>
Expand Down

0 comments on commit 09db7fb

Please sign in to comment.