| 1 | import { describe, expect, test } from 'bun:test'; |
| 2 | import { currentVersion, packageVersion } from '../core'; |
| 3 | import { resolveCheckResult } from '../resolveCheckResult'; |
| 4 | import type { CheckResult } from '../type'; |
nothing calls this directly
no test coverage detected