()
| 386 | }; |
| 387 | |
| 388 | const tryNestedRenderBroken = () => { |
| 389 | act(() => { |
| 390 | tryRenderBroken(); |
| 391 | }); |
| 392 | }; |
| 393 | |
| 394 | describe('synchronously', () => { |
| 395 | it('should rethrow the exception', () => { |
no test coverage detected
searching dependent graphs…