| 1 | import { describe, it, expect } from 'vitest'; |
| 2 | import { warmModel } from '../src/llm/warmup.js'; |
| 3 | |
| 4 | // Minimal stubs — we only care about the warm-up decision + that complete() fires for local. |
nothing calls this directly
no test coverage detected