| 1 | import { describe, expect, it } from 'vitest'; |
| 2 | import { camelToSnake, snakeToCamel } from './converter'; |
| 3 | import { parseConfigYaml, serializeConfigToYaml } from './serializer'; |
| 4 | import type { AppConfiguration } from './types'; |
nothing calls this directly
no test coverage detected