Skip to content

Commit

Permalink
✅ update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tokyo committed Feb 24, 2024
1 parent 72668ee commit a57e984
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@
"url": "https://github.com/a-tokyo"
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ exports[`<Container /> renders basic props correctly - Element - style 1`] = `
"marginHorizontal": undefined,
"maxWidth": "100%",
},
{
"padding": 0,
},
]
}
>
Expand All @@ -38,6 +41,7 @@ exports[`<Container /> renders basic props correctly - fluid - noPadding 1`] = `
{
"maxWidth": "100%",
},
undefined,
]
}
>
Expand All @@ -61,6 +65,7 @@ exports[`<Container /> renders basic props correctly - fluid 1`] = `
{
"maxWidth": "100%",
},
undefined,
]
}
>
Expand All @@ -85,6 +90,7 @@ exports[`<Container /> renders basic props correctly 1`] = `
"marginHorizontal": undefined,
"maxWidth": "100%",
},
undefined,
]
}
/>
Expand Down

0 comments on commit a57e984

Please sign in to comment.