| 119 | const portal = document.createElement('div') |
| 120 | |
| 121 | class Comp extends Component { |
| 122 | render () { |
| 123 | return <div>{this.context.foo + '-' + this.context.getFoo()}</div> |
| 124 | } |
| 125 | } |
| 126 | |
| 127 | class Parent extends Component { |
nothing calls this directly
no outgoing calls
no test coverage detected