()
| 99 | } |
| 100 | |
| 101 | async function flushAsync() { |
| 102 | await new Promise((resolve) => setTimeout(resolve, 0)); |
| 103 | await new Promise((resolve) => setTimeout(resolve, 0)); |
| 104 | } |
| 105 | |
| 106 | test("wrapper rewrites child API calls and keeps child registrations isolated", async () => { |
| 107 | const scripts = { |
no outgoing calls
no test coverage detected