(p, q?: any)
| 14 | }) |
| 15 | |
| 16 | const fetch = (p, q?: any) => |
| 17 | fetchViaHTTP(context.appPort, p, q, { timeout: 10_000 }) |
| 18 | |
| 19 | it('Should not time out and return 404', async () => { |
| 20 | const res = await fetch('/') |
no test coverage detected
searching dependent graphs…