| 1 | import { describe, it } from 'node:test' |
| 2 | import assert from 'node:assert' |
| 3 | import { API, getNextPagePathWithIncreasingPageSize } from '../../src/lib/api' |
| 4 | import { CopilotError } from '../../src/lib/copilot-error' |
nothing calls this directly
no test coverage detected