Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Nov 23, 2021
1 parent 33325ee commit 5502a35
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 2 additions & 0 deletions packages/components/src/card/test/__snapshots__/index.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ Object {
}
.emotion-10 {
border: 0;
margin: 0;
border-bottom: 1px solid currentColor;
height: 0;
Expand Down Expand Up @@ -524,6 +525,7 @@ Object {
}
.emotion-10 {
border: 0;
margin: 0;
border-bottom: 1px solid currentColor;
height: 0;
Expand Down
14 changes: 9 additions & 5 deletions packages/components/src/divider/test/__snapshots__/index.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

exports[`props should render correctly 1`] = `
.emotion-0 {
border: 0;
margin: 0;
border-bottom: 1px solid currentColor;
height: 0;
Expand All @@ -22,8 +23,9 @@ Snapshot Diff:
- Received styles
+ Base styles
Array [
@@ -2,10 +2,8 @@
Object {
"border": "0",
"border-bottom": "1px solid currentColor",
"height": "0",
"margin": "0",
Expand All @@ -34,13 +36,14 @@ Snapshot Diff:
]
`;

exports[`props should render marginBottom 1`] = `
exports[`props should render marginEnd 1`] = `
Snapshot Diff:
- Received styles
+ Base styles
Array [
@@ -2,9 +2,8 @@
Object {
"border": "0",
"border-bottom": "1px solid currentColor",
"height": "0",
"margin": "0",
Expand All @@ -50,13 +53,14 @@ Snapshot Diff:
]
`;

exports[`props should render marginTop 1`] = `
exports[`props should render marginStart 1`] = `
Snapshot Diff:
- Received styles
+ Base styles
Array [
@@ -2,9 +2,8 @@
Object {
"border": "0",
"border-bottom": "1px solid currentColor",
"height": "0",
"margin": "0",
Expand Down

0 comments on commit 5502a35

Please sign in to comment.