()
| 211 | } |
| 212 | |
| 213 | function buildUpdateChain() { |
| 214 | return { |
| 215 | set: vi.fn(() => ({ |
| 216 | where: vi.fn(async () => []), |
| 217 | })), |
| 218 | } |
| 219 | } |
| 220 | |
| 221 | describe('checkAndBillOverageThreshold', () => { |
| 222 | beforeEach(() => { |
no outgoing calls
no test coverage detected