()
| 1314 | it('hot-reloads children without losing state', () => { |
| 1315 | const App = createReactClass({ |
| 1316 | getInitialState() { |
| 1317 | return { value: 'old' }; |
| 1318 | }, |
| 1319 | |
| 1320 | shouldComponentUpdate() { |
| 1321 | return false; |
nothing calls this directly
no outgoing calls
no test coverage detected