(headers: Record<string, string> = {})
| 12 | } from '../free-mode-country' |
| 13 | |
| 14 | function makeReq(headers: Record<string, string> = {}): NextRequest { |
| 15 | return new NextRequest('http://localhost:3000/api/v1/chat/completions', { |
| 16 | headers, |
| 17 | }) |
| 18 | } |
| 19 | |
| 20 | const noAnonymousNetwork = { |
| 21 | ipinfoToken: 'test-token', |
no outgoing calls
no test coverage detected