| 10 | const API_URL = 'http://localhost:3010/v1/messages'; |
| 11 | |
| 12 | interface TestResult { |
| 13 | name: string; |
| 14 | passed: boolean; |
| 15 | detail: string; |
| 16 | } |
| 17 | |
| 18 | const results: TestResult[] = []; |
| 19 |
nothing calls this directly
no outgoing calls
no test coverage detected