| 1 | import { describe, it, expect } from 'vitest'; |
| 2 | import { splitPassages, stripBase64Images, headTailWindow, selectRelevantPassages } from '../src/tools/web/extract-select.ts'; |
| 3 | |
| 4 | // A page whose ANSWER sits in the MIDDLE — the region a head+tail window drops. |
nothing calls this directly
no test coverage detected