| 206 | it("should allow you to access methods on the wrappedComponent via ref callback", done => { |
| 207 | // internal component with method we want access to |
| 208 | class InternalComponent extends React.Component { |
| 209 | internalCallsACallback(fn) { |
| 210 | fn(); |
| 211 | } |
nothing calls this directly
no outgoing calls
no test coverage detected