redbadger/pride-london-app

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

Summary

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

exports[`renders correctly 1`] = `
<View
  style={
    Object {
      "alignSelf": "flex-start",
      "borderBottomColor": "#2cda9d",
      "borderBottomWidth": 2,
      "marginBottom": 2,
    }
  }
>
  <Text
    color="lightNavyBlueColor"
    markdown={false}
    markdownStyle={Object {}}
    type="h4"
  >
    Some text
  </Text>
</View>
`;