Skip to content

Commit

Permalink
[No JIRA] Update jest
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Tunius committed Jan 16, 2018
1 parent 028c389 commit 0cf1592
Show file tree
Hide file tree
Showing 10 changed files with 769 additions and 1,065 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`Android BpkCard should render correctly 1`] = `
accessibilityComponentType="button"
accessibilityLabel="Example Card"
background={undefined}
onPress={[Function]}
onPress={[MockFunction]}
style={
Array [
Object {
Expand Down Expand Up @@ -59,7 +59,7 @@ exports[`Android BpkCard should render correctly with arbitrary props 1`] = `
accessibilityComponentType="button"
accessibilityLabel="Example Card"
background={undefined}
onPress={[Function]}
onPress={[MockFunction]}
style={
Array [
Object {
Expand Down Expand Up @@ -111,7 +111,7 @@ exports[`Android BpkCard should render correctly with custom inner style 1`] = `
accessibilityComponentType="button"
accessibilityLabel="Example Card"
background={undefined}
onPress={[Function]}
onPress={[MockFunction]}
style={
Array [
Object {
Expand Down Expand Up @@ -170,7 +170,7 @@ exports[`Android BpkCard should render correctly with custom style 1`] = `
accessibilityComponentType="button"
accessibilityLabel="Example Card"
background={undefined}
onPress={[Function]}
onPress={[MockFunction]}
style={
Array [
Object {
Expand Down Expand Up @@ -224,7 +224,7 @@ exports[`Android BpkCard should render correctly with the "focused" state 1`] =
accessibilityComponentType="button"
accessibilityLabel="Example Card"
background={undefined}
onPress={[Function]}
onPress={[MockFunction]}
style={
Array [
Object {
Expand Down Expand Up @@ -278,7 +278,7 @@ exports[`Android BpkCard should render correctly without padding 1`] = `
accessibilityComponentType="button"
accessibilityLabel="Example Card"
background={undefined}
onPress={[Function]}
onPress={[MockFunction]}
style={
Array [
Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports[`Android withDivider should render correctly 1`] = `
},
]
}
onPress={[Function]}
onPress={[MockFunction]}
padded={false}
style={null}
>
Expand Down Expand Up @@ -85,7 +85,7 @@ exports[`Android withDivider should render correctly with arbitrary props 1`] =
},
]
}
onPress={[Function]}
onPress={[MockFunction]}
padded={false}
style={null}
testID="arbitrary value"
Expand Down Expand Up @@ -160,7 +160,7 @@ exports[`Android withDivider should render correctly with custom main style 1`]
},
]
}
onPress={[Function]}
onPress={[MockFunction]}
padded={false}
style={null}
>
Expand Down Expand Up @@ -237,7 +237,7 @@ exports[`Android withDivider should render correctly with custom stub style 1`]
},
]
}
onPress={[Function]}
onPress={[MockFunction]}
padded={false}
style={null}
>
Expand Down Expand Up @@ -314,7 +314,7 @@ exports[`Android withDivider should render correctly without padding 1`] = `
},
]
}
onPress={[Function]}
onPress={[MockFunction]}
padded={false}
style={null}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports[`iOS withDivider should render correctly 1`] = `
},
]
}
onPress={[Function]}
onPress={[MockFunction]}
padded={false}
style={null}
>
Expand Down Expand Up @@ -85,7 +85,7 @@ exports[`iOS withDivider should render correctly with arbitrary props 1`] = `
},
]
}
onPress={[Function]}
onPress={[MockFunction]}
padded={false}
style={null}
testID="arbitrary value"
Expand Down Expand Up @@ -160,7 +160,7 @@ exports[`iOS withDivider should render correctly with custom main style 1`] = `
},
]
}
onPress={[Function]}
onPress={[MockFunction]}
padded={false}
style={null}
>
Expand Down Expand Up @@ -237,7 +237,7 @@ exports[`iOS withDivider should render correctly with custom stub style 1`] = `
},
]
}
onPress={[Function]}
onPress={[MockFunction]}
padded={false}
style={null}
>
Expand Down Expand Up @@ -314,7 +314,7 @@ exports[`iOS withDivider should render correctly without padding 1`] = `
},
]
}
onPress={[Function]}
onPress={[MockFunction]}
padded={false}
style={null}
>
Expand Down
Loading

0 comments on commit 0cf1592

Please sign in to comment.