| 1 | import { describe, it, expect, beforeEach, afterEach } from 'vitest'; |
| 2 | import { buildCatalog } from '../../src/training-agent/product-factory.js'; |
| 3 | import { buildFormats, FORMAT_CHANNEL_MAP } from '../../src/training-agent/formats.js'; |
| 4 | import { PUBLISHERS } from '../../src/training-agent/publishers.js'; |
nothing calls this directly
no test coverage detected