| 1 | import type { Document as DocumentType } from 'yaml' |
| 2 | import type { CheckOptions, PackageYamlMeta } from '../src/types' |
| 3 | import process from 'node:process' |
| 4 | import { afterEach, beforeEach, describe, expect, it, vi, vitest } from 'vitest' |
nothing calls this directly
no test coverage detected