redbadger/pride-london-app

View on GitHub
src/components/__snapshots__/CategoriesPills.test.js.snap

Summary

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

exports[`CategoriesPills Component renders correctly 1`] = `
<View
  accessibilityLabel="0 event types selected"
  accessible={true}
  style={
    Array [
      Object {
        "alignItems": "center",
        "backgroundColor": "#20215a",
        "borderRadius": 4,
        "flex": 1,
        "flexDirection": "row",
        "height": 44,
      },
      Object {},
    ]
  }
>
  <Text
    color="blackColor"
    markdown={false}
    markdownStyle={Object {}}
    style={
      Object {
        "color": "#2cda9d",
        "paddingLeft": 8,
        "paddingTop": 4,
      }
    }
    type="h3"
  >
    All events
  </Text>
</View>
`;