()
| 221 | /* eslint-disable */ |
| 222 | class SubApp extends Component { |
| 223 | componentWillUnmount() { |
| 224 | spy('SubApp1'); |
| 225 | } |
| 226 | |
| 227 | render = function() { |
| 228 | return <span>works</span>; |
nothing calls this directly
no outgoing calls
no test coverage detected