(response)
| 100 | } |
| 101 | |
| 102 | function readMiddlewareError(response) { |
| 103 | return response.headers.get('error') |
| 104 | } |
| 105 | |
| 106 | function runTests({ i18n }: { i18n?: boolean }) { |
| 107 | it('should not treat as _next/data request with just header', async () => { |