| 1 | import { describe, it, expect } from 'vitest'; |
| 2 | import { parseDuckDuckGoHtml, unwrapDdgRedirect } from '../src/tools/web/parse.js'; |
| 3 | import { selectBackend, WebSearchTool } from '../src/tools/web/web-search.js'; |
| 4 | import type { WebSearchBackend } from '../src/tools/web/types.js'; |
nothing calls this directly
no test coverage detected