phodal/growth

View on GitHub
__tests__/components/__snapshots__/htmlView.test.js.snap

Summary

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

exports[`renders correctly 1`] = `
<View
  style={
    Array [
      Object {
        "backgroundColor": "#E9EBEE",
        "marginTop": 64,
      },
      Object {
        "flex": 1,
      },
    ]
  }
>
  <WebView
    injectedJavaScript=""
    onNavigationStateChange={[Function]}
    scalesPageToFit={true}
    source={
      Object {
        "html": "",
      }
    }
    startInLoadingState={true}
    style={
      Object {
        "backgroundColor": "white",
        "height": 1334,
      }
    }
  />
</View>
`;