Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolmello committed Nov 27, 2019
1 parent 394a3a9 commit 1b53cd2
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions __tests__/__snapshots__/Storyshots.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6012,13 +6012,7 @@ exports[`Storyshots Message list 1`] = `
"fontWeight": "400",
},
Array [
Object {
"backgroundColor": "transparent",
"color": "#2F343D",
"fontFamily": "System",
"fontSize": 30,
"fontWeight": "400",
},
Object {},
Object {
"alignItems": "flex-start",
"flexDirection": "row",
Expand All @@ -6040,8 +6034,8 @@ exports[`Storyshots Message list 1`] = `
"overflow": "hidden",
},
Object {
"height": 30,
"width": 30,
"height": 20,
"width": 20,
},
]
}
Expand Down Expand Up @@ -6077,13 +6071,7 @@ exports[`Storyshots Message list 1`] = `
"fontWeight": "400",
},
Array [
Object {
"backgroundColor": "transparent",
"color": "#2F343D",
"fontFamily": "System",
"fontSize": 30,
"fontWeight": "400",
},
Object {},
Object {
"alignItems": "flex-start",
"flexDirection": "row",
Expand Down

0 comments on commit 1b53cd2

Please sign in to comment.