()
| 58 | } |
| 59 | |
| 60 | function createKeyStats(): DatabaseKeyStatRow[] { |
| 61 | return [ |
| 62 | { |
| 63 | key_id: 100, |
| 64 | key_name: "test-key", |
| 65 | date: "2026-02-19", |
| 66 | api_calls: 6, |
| 67 | total_cost: "0.56", |
| 68 | }, |
| 69 | ]; |
| 70 | } |
| 71 | |
| 72 | describe("getStatisticsWithCache", () => { |
| 73 | beforeEach(() => { |
no outgoing calls
no test coverage detected