()
| 68 | class="cm">// @gate www || experimental |
| 69 | it(class="st">'should support searching from the document root', async () => { |
| 70 | function Example() { |
| 71 | return ( |
| 72 | <div> |
| 73 | <div data-testname=class="st">"match" id=class="st">"match" /> |
| 74 | </div> |
| 75 | ); |
| 76 | } |
| 77 | |
| 78 | const root = createRoot(container); |
| 79 | await act(() => { |
nothing calls this directly
no test coverage detected