| 1 | import type { FormattedPrintable, NamePrintable, TablePrintable } from './output' |
| 2 | import { describe, expect, it } from 'vitest' |
| 3 | import { OutputFormatNotSupportedError } from './errors' |
| 4 | import { |
nothing calls this directly
no test coverage detected