redbadger/pride-london-app

View on GitHub
src/screens/EventDetailsScreen/__snapshots__/IconList.test.js.snap

Summary

Maintainability
Test Coverage
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`renders correctly 1`] = `
<View
  style={
    Object {
      "marginVertical": -6,
    }
  }
>
  <LayoutColumn
    spacing={4}
  >
    <IconItem
      source={
        Object {
          "uri": "/super-awesome-image.jpg",
        }
      }
    >
      <Text
        type="h4"
      >
        some thing
      </Text>
    </IconItem>
    <IconItem
      onPress={[Function]}
      source={
        Object {
          "uri": "/super-awesome-image.jpg",
        }
      }
    >
      <Text
        type="h4"
      >
        some thing
      </Text>
    </IconItem>
  </LayoutColumn>
</View>
`;