pritishvaidya/react-native-soundcloud-waveform

View on GitHub
_tests_/__snapshots__/index.test.js.snap

Summary

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

exports[`Main Component Tests main component details should render the component correctly 1`] = `
<View
  style={
    Object {
      "flex": 1,
      "justifyContent": "center",
    }
  }
>
  <View
    style={
      Array [
        Object {
          "flexDirection": "row",
          "height": 50,
          "justifyContent": "center",
          "width": 750,
        },
        Object {
          "transform": Array [
            Object {
              "rotateX": "180deg",
            },
            Object {
              "rotateY": "0deg",
            },
          ],
        },
      ]
    }
  />
  <View
    style={
      Array [
        Object {
          "flexDirection": "row",
          "height": 50,
          "justifyContent": "center",
          "width": 750,
        },
        false,
      ]
    }
  />
</View>
`;