DefinitelyTyped/types/react-test-renderer
Filipe Guerra ad70a5bc23 fix ReactTestIntance type typing (#29335)
Tested with the following code:
```
component.root.find(
  node => node.type === MyButton && node.props.type === ‘submit’
)
```
2018-10-03 11:42:43 -07:00
..
shallow
v15
index.d.ts
react-test-renderer-tests.ts
tsconfig.json
tslint.json