Skip to content

Commit

Permalink
test: correct snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak committed Oct 16, 2023
1 parent 9197c9b commit 434e6da
Showing 1 changed file with 0 additions and 77 deletions.
77 changes: 0 additions & 77 deletions src/components/__tests__/__snapshots__/DataTable.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2750,84 +2750,7 @@ exports[`DataTable.Title renders data table title with sort icon 1`] = `
</View>
`;

<<<<<<< HEAD
exports[`DataTable.Title renders right aligned data table title 1`] = `
=======
exports[`renders right aligned data table cell 1`] = `
<View
accessibilityState={
{
"busy": undefined,
"checked": undefined,
"disabled": true,
"expanded": undefined,
"selected": undefined,
}
}
accessibilityValue={
{
"max": undefined,
"min": undefined,
"now": undefined,
"text": undefined,
}
}
accessible={true}
collapsable={false}
focusable={true}
onBlur={[Function]}
onClick={[Function]}
onFocus={[Function]}
onResponderGrant={[Function]}
onResponderMove={[Function]}
onResponderRelease={[Function]}
onResponderTerminate={[Function]}
onResponderTerminationRequest={[Function]}
onStartShouldSetResponder={[Function]}
style={
[
false,
[
{
"alignItems": "center",
"flex": 1,
"flexDirection": "row",
},
{
"justifyContent": "flex-end",
},
undefined,
],
]
}
>
<Text
numberOfLines={1}
style={
[
{
"textAlign": "left",
},
{
"color": "rgba(28, 27, 31, 1)",
"fontFamily": "System",
"fontWeight": "400",
"letterSpacing": 0,
},
{
"writingDirection": "ltr",
},
undefined,
]
}
>
356
</Text>
</View>
`;
exports[`renders right aligned data table title 1`] = `
>>>>>>> adef2260 (refactor: add prop description and default values)
<View
accessibilityState={
{
Expand Down

0 comments on commit 434e6da

Please sign in to comment.