()
| 216 | |
| 217 | it('does not warn for NaN props', () => { |
| 218 | function Test() { |
| 219 | return <div />; |
| 220 | } |
| 221 | |
| 222 | const test = ReactTestUtils.renderIntoDocument(<Test value={+undefined} />); |
| 223 | expect(test.props.value).toBeNaN(); |
nothing calls this directly
no outgoing calls
no test coverage detected