| 1 | import { describe, it, expect, vi, afterEach } from 'vitest'; |
| 2 | import { crossEncoderRerank } from '../src/context/reranker.js'; |
| 3 | |
| 4 | // The reranker uses proxyFetch internally; we stub global fetch since proxyFetch |
nothing calls this directly
no test coverage detected