()
| 40 | } |
| 41 | |
| 42 | function missingResponse(): Response { |
| 43 | return new Response('', { status: 404, statusText: 'Missing' }); |
| 44 | } |
| 45 | |
| 46 | describe('URL loader manifest fetch helpers', () => { |
| 47 | it('fetches and validates a manifest while reporting progress', async () => { |
no outgoing calls
no test coverage detected