| 1 | import { describe, expect, it } from 'vitest' |
| 2 | import { buildModelCapabilityFacts, getEffectiveMaxOutputTokens, getModelBySlug } from './utils' |
| 3 | |
| 4 | describe('model catalog capability facts', () => { |
nothing calls this directly
no test coverage detected