eduardomoroni/mtgx

View on GitHub
__tests__/unit/src/modules/shared/components/__snapshots__/drawer.test.js.snap

Summary

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

exports[`<Drawer /> should have a snapshot 1`] = `
<View
  style={
    Object {
      "backgroundColor": "#ffffff",
      "flex": 1,
      "width": 300,
    }
  }
>
  <Button
    activeOpacity={0.8}
    disabled={false}
    disabledStyle={
      Object {
        "opacity": 0.3,
      }
    }
    iconPosition="right"
    kind="squared"
    onLongPress={[Function]}
    onPress={[Function]}
    onPressIn={[Function]}
    onPressOut={[Function]}
    style={
      Object {
        "width": 300,
      }
    }
    type="success"
    uppercase={true}
  >
    I18n.t(LOGIN)
  </Button>
  <Button
    activeOpacity={0.8}
    disabled={false}
    disabledStyle={
      Object {
        "opacity": 0.3,
      }
    }
    iconPosition="right"
    kind="squared"
    onLongPress={[Function]}
    onPress={[Function]}
    onPressIn={[Function]}
    onPressOut={[Function]}
    style={
      Object {
        "width": 300,
      }
    }
    type="success"
    uppercase={true}
  >
    I18n.t(SEARCH)
  </Button>
</View>
`;