| 2574 | } |
| 2575 | |
| 2576 | @connect(({ foo }) => ({ |
| 2577 | firstFetch: `/first/${foo}` |
| 2578 | })) |
| 2579 | class Original extends Component { |
| 2580 | render() { |
| 2581 | return <Passthrough {...this.props} /> |
| 2582 | } |
| 2583 | } |
| 2584 | |
| 2585 | const containerForWithDefaults = TestUtils.renderIntoDocument(<WithDefaults />) |
| 2586 | const withDefaults = TestUtils.findRenderedComponentWithType(containerForWithDefaults, WithDefaults) |
nothing calls this directly
no test coverage detected
searching dependent graphs…