sriram10/react-native-material-textfield-new

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

Summary

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

exports[`renders when limit is exceeded 1`] = `
<Text
  style={
    Array [
      Object {
        "backgroundColor": "transparent",
        "fontSize": 12,
        "lineHeight": 16,
        "marginLeft": 8,
        "paddingVertical": 2,
        "textAlign": "right",
      },
      undefined,
      Object {
        "color": "red",
      },
    ]
  }
>
  2
   / 
  1
</Text>
`;

exports[`renders when limit is set 1`] = `
<Text
  style={
    Array [
      Object {
        "backgroundColor": "transparent",
        "fontSize": 12,
        "lineHeight": 16,
        "marginLeft": 8,
        "paddingVertical": 2,
        "textAlign": "right",
      },
      undefined,
      Object {
        "color": "blue",
      },
    ]
  }
>
  1
   / 
  1
</Text>
`;