* Test document configuration
| 22 | * Test document configuration |
| 23 | */ |
| 24 | interface TestDocument { |
| 25 | filePath: string; |
| 26 | documentId: string; |
| 27 | title: string; |
| 28 | } |
| 29 | |
| 30 | /** |
| 31 | * Focused evaluation runner |
nothing calls this directly
no outgoing calls
no test coverage detected