({text})
| 90 | } |
| 91 | |
| 92 | function AsyncText({text}) { |
| 93 | readText(text); |
| 94 | Scheduler.log(text); |
| 95 | return text; |
| 96 | } |
| 97 | |
| 98 | // @gate enableActivity |
| 99 | it('basic example of suspending inside hidden tree', async () => { |
nothing calls this directly
no test coverage detected