| 1 | // Embedding tracker controller tests cover lazy startup and shutdown modes |
| 2 | // FEATURE: Verifies watcher creation only occurs when explicitly needed |
| 3 | |
| 4 | import { describe, it } from "node:test"; |
nothing calls this directly
no test coverage detected