| 1 | import { describe, expect, it } from 'vitest' |
| 2 | import { createFormatValidator, JSON_LLM_RESOLUTION, TOON_LLM_RESOLUTION } from './format-validator' |
| 3 | |
| 4 | describe('createFormatValidator', () => { |
nothing calls this directly
no test coverage detected