File tree 1 file changed +3
-3
lines changed
react/components/Spinner/__tests__/__snapshots__
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
- exports [` Spinner spec matches snapshot 1` ] = `
3
+ exports [` Spinner matches snapshot 1` ] = `
4
4
<DocumentFragment >
5
5
<svg
6
6
class = " vtex__icon-spinner c-action-primary "
@@ -56,7 +56,7 @@ exports[`Spinner spec matches snapshot 1`] = `
56
56
</DocumentFragment >
57
57
` ;
58
58
59
- exports [` Spinner spec renders with the correct color 1` ] = `
59
+ exports [` Spinner renders with the correct color 1` ] = `
60
60
<DocumentFragment >
61
61
<svg
62
62
class = " vtex__icon-spinner "
@@ -112,7 +112,7 @@ exports[`Spinner spec renders with the correct color 1`] = `
112
112
</DocumentFragment >
113
113
` ;
114
114
115
- exports [` Spinner spec renders with the correct size 1` ] = `
115
+ exports [` Spinner renders with the correct size 1` ] = `
116
116
<DocumentFragment >
117
117
<svg
118
118
class = " vtex__icon-spinner c-action-primary "
You can’t perform that action at this time.
0 commit comments