| 1 | import { describe, test, expect } from 'bun:test'; |
| 2 | import { formatVersionPrBody } from '../../src/commands/ci.ts'; |
| 3 | import type { ReleasePlan, PlannedRelease, BumpFile } from '../../src/types.ts'; |
| 4 |
nothing calls this directly
no test coverage detected