| 1 | import { describe, expect, it } from 'vitest' |
| 2 | import { EncodingError, ProhibitedYamlFeatureError, YamlParseError } from '../errors' |
| 3 | import { decodeUtf8NoBom, parseYaml } from './parse-yaml' |
| 4 |
nothing calls this directly
no test coverage detected