prokuranepal/inventory_app

View on GitHub
src/components/UI/__snapshots__/OrderItem.test.js.snap

Summary

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

exports[`<OrderItem/> renders correctly 1`] = `
<View
  style={
    Object {
      "alignItems": "center",
      "backgroundColor": "white",
      "borderRadius": 10,
      "elevation": 5,
      "margin": 20,
      "padding": 10,
      "shadowColor": "black",
      "shadowOffset": Object {
        "height": 2,
        "width": 0,
      },
      "shadowOpacity": 0.26,
      "shadowRadius": 8,
    }
  }
>
  <View
    style={
      Object {
        "alignItems": "center",
        "flexDirection": "row",
        "justifyContent": "space-between",
        "marginBottom": 15,
        "width": "100%",
      }
    }
  >
    <Text
      style={
        Object {
          "color": "#888",
          "fontFamily": "open-sans",
          "fontSize": 16,
        }
      }
    />
  </View>
  <View
    style={
      Object {
        "width": "100%",
      }
    }
  />
</View>
`;