Skip to content

Commit

Permalink
Better snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusps committed Apr 16, 2019
1 parent 7e8eeb4 commit 152b810
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/__tests__/__snapshots__/Buttons.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`Container component should match snapshot as default 1`] = `
<DocumentFragment>
<button
class="sc-bdVaJa IMrGK"
class="sc-bdVaJa cboeHo"
>
Test
</button>
Expand All @@ -13,7 +13,7 @@ exports[`Container component should match snapshot as default 1`] = `
exports[`Container component should match snapshot with all measures 1`] = `
<DocumentFragment>
<button
class="sc-bdVaJa fneTZC"
class="sc-bdVaJa crZiJf"
>
Test
</button>
Expand All @@ -23,7 +23,7 @@ exports[`Container component should match snapshot with all measures 1`] = `
exports[`Container component should match snapshot with all measures 2`] = `
<DocumentFragment>
<button
class="sc-bdVaJa IMrGK"
class="sc-bdVaJa cboeHo"
>
Test
</button>
Expand All @@ -33,7 +33,7 @@ exports[`Container component should match snapshot with all measures 2`] = `
exports[`Container component should match snapshot with all measures 3`] = `
<DocumentFragment>
<button
class="sc-bdVaJa jTZnQy"
class="sc-bdVaJa bhWoTL"
>
Test
</button>
Expand All @@ -43,7 +43,7 @@ exports[`Container component should match snapshot with all measures 3`] = `
exports[`Container component should match snapshot with all measures 4`] = `
<DocumentFragment>
<button
class="sc-bdVaJa lgDNwW"
class="sc-bdVaJa fAlvFz"
>
Test
</button>
Expand All @@ -53,7 +53,7 @@ exports[`Container component should match snapshot with all measures 4`] = `
exports[`Container component should match snapshot with all props 1`] = `
<DocumentFragment>
<button
class="sc-bdVaJa jTZnQy"
class="sc-bdVaJa bhWoTL"
color="primary"
>
Test
Expand Down

0 comments on commit 152b810

Please sign in to comment.