eduardomoroni/mtgx

View on GitHub
__tests__/unit/src/modules/cardSearch/components/__snapshots__/searchResultsScreen.test.js.snap

Summary

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

exports[`<SearchResultsScreen /> should have a snapshot 1`] = `
<ListViewMock
  contentContainerStyle={null}
  dataSource={Object {}}
  renderRow={[Function]}
  renderScrollComponent={[Function]}
  renderSeparator={[Function]}
  style={
    Object {
      "flex": 1,
    }
  }
/>
`;