eduardomoroni/mtgx

View on GitHub
__tests__/unit/src/modules/authentication/components/__snapshots__/signUpScreen.test.js.snap

Summary

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

exports[`<SignUpScreen /> should have a snapshot 1`] = `
<View
  style={
    Object {
      "flex": 1,
      "flexDirection": "column",
    }
  }
>
  <H1>
    I18n.t(SIGNUP)
  </H1>
  <EmailPasswordForm
    buttonCallback={[Function]}
    buttonText="I18n.t(SIGNUP)"
  />
</View>
`;