Skip to content

Commit

Permalink
fix: grid test
Browse files Browse the repository at this point in the history
  • Loading branch information
1uokun committed Apr 11, 2023
1 parent a1dcf1c commit 02a3eac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 39 deletions.
28 changes: 2 additions & 26 deletions components/grid/__tests__/__snapshots__/demo.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,7 @@ exports[`renders ./components/grid/demo/basic.tsx correctly 1`] = `
]
}
>
<View
style={
Array [
Object {
"alignItems": "center",
"flexDirection": "column",
"flexWrap": "nowrap",
"justifyContent": "flex-start",
},
undefined,
]
}
>
<View>
<View
style={
Array [
Expand Down Expand Up @@ -1982,19 +1970,7 @@ exports[`renders ./components/grid/demo/basic.tsx correctly 1`] = `
Custom GridCell Style
</Text>
</View>
<View
style={
Array [
Object {
"alignItems": "center",
"flexDirection": "column",
"flexWrap": "nowrap",
"justifyContent": "flex-start",
},
undefined,
]
}
>
<View>
<View
style={
Array [
Expand Down
14 changes: 1 addition & 13 deletions components/icon/__tests__/__snapshots__/demo.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,7 @@ exports[`renders ./components/icon/demo/basic.tsx correctly 1`] = `
</Text>
</View>
<View
style={
Array [
Object {
"alignItems": "center",
"flexDirection": "column",
"flexWrap": "nowrap",
"justifyContent": "flex-start",
},
undefined,
]
}
>
<View>
<View
style={
Array [
Expand Down

0 comments on commit 02a3eac

Please sign in to comment.