()
| 194 | // @reactVersion >= 18.0 |
| 195 | it('should auto-select the root ID matching the Components tab selection if it has profiling data (legacy render)', async () => { |
| 196 | const Parent = () => <Child />; |
| 197 | const Child = () => null; |
| 198 | |
| 199 | const containerOne = document.createElement('div'); |
| 200 | const containerTwo = document.createElement('div'); |
nothing calls this directly
no test coverage detected