(x)
| 3706 | it('provides headers after initial work if onHeaders option used', async () => { |
| 3707 | let headers = null; |
| 3708 | function onHeaders(x) { |
| 3709 | headers = x; |
| 3710 | } |
| 3711 | |
| 3712 | function Preloads() { |
| 3713 | ReactDOM.preload('font2', {as: 'font'}); |
no outgoing calls
no test coverage detected