| 1 | import { describe, test, expect } from 'bun:test'; |
| 2 | import { formatReleasePlanComment } from '../../src/commands/ci.ts'; |
| 3 | import { resolveChannels } from '../../src/core/channels.ts'; |
| 4 | import { makeRelease, makeReleasePlan, makeBumpFile, makeConfig } from '../helpers.ts'; |
nothing calls this directly
no test coverage detected