diff options
author | Vitaly Takmazov | 2018-12-11 09:53:30 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | 32ceca1bb27bc6258f87521e6b28cb0b9c328ebc (patch) | |
tree | 61593d6f3381c6b8d5dfb2cc51d083868d99c057 /vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap | |
parent | e04528b453d63321902c21008ac8ab40eb72960a (diff) |
update test snapshots
Diffstat (limited to 'vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap')
-rw-r--r-- | vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap b/vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap index bbd39866..6ff13c4b 100644 --- a/vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap +++ b/vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap @@ -5,6 +5,7 @@ exports[`Avatar renders correctly 1`] = ` style={ Object { "display": "flex", + "padding": "12px", } } > @@ -26,6 +27,7 @@ exports[`Avatar renders correctly 1`] = ` Object { "display": "flex", "flexDirection": "column", + "justifyContent": "center", } } > |