()
| 215 | }); |
| 216 | |
| 217 | function App() { |
| 218 | Scheduler.log(class="st">'App'); |
| 219 | return <Forward />; |
| 220 | } |
| 221 | |
| 222 | ReactNoop.render(<App />); |
| 223 | await waitForAll([class="st">'App', class="st">'Forward', class="st">'Middle', class="st">'Inner']); |
| 224 | |
| 225 | inst.setState({}); |
| 226 | await waitForAll([class="st">'Inner']); |
| 227 | }); |
| 228 | }); |
nothing calls this directly
no test coverage detected