(fn)
| 152 | it('renders custom tools through a sandbox iframe to avoid extension-page CSP eval', () => { |
| 153 | const runtime = loadRuntime({ |
| 154 | setTimeout(fn) { |
| 155 | fn(); |
| 156 | } |
| 157 | }); |
| 158 | const posted = []; |
| 159 | const appended = []; |
no test coverage detected