eduardomoroni/mtgx

View on GitHub
__tests__/unit/src/modules/form/components/__snapshots__/inputLabel.test.js.snap

Summary

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

exports[`<InputLabel /> should have a snapshot 1`] = `
<Text
  accessible={true}
  allowFontScaling={true}
  disabled={false}
  ellipsizeMode="tail"
  onPress={[Function]}
  style={
    Object {
      "flex": -1,
      "justifyContent": "flex-start",
      "marginLeft": 5,
    }
  }
>
  I18n.t(label)
</Text>
`;