Skip to content

Commit

Permalink
test: 💍 update obsolete snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusps committed Mar 31, 2020
1 parent edb3f4b commit ae56916
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Spinner spec matches snapshot 1`] = `
exports[`Spinner matches snapshot 1`] = `
<DocumentFragment>
<svg
class="vtex__icon-spinner c-action-primary "
Expand Down Expand Up @@ -56,7 +56,7 @@ exports[`Spinner spec matches snapshot 1`] = `
</DocumentFragment>
`;

exports[`Spinner spec renders with the correct color 1`] = `
exports[`Spinner renders with the correct color 1`] = `
<DocumentFragment>
<svg
class="vtex__icon-spinner "
Expand Down Expand Up @@ -112,7 +112,7 @@ exports[`Spinner spec renders with the correct color 1`] = `
</DocumentFragment>
`;

exports[`Spinner spec renders with the correct size 1`] = `
exports[`Spinner renders with the correct size 1`] = `
<DocumentFragment>
<svg
class="vtex__icon-spinner c-action-primary "
Expand Down

0 comments on commit ae56916

Please sign in to comment.