| 1 | import assert from "node:assert/strict"; |
| 2 | import { describe, it } from "node:test"; |
| 3 | import { createWeeklyDraft, parseWeeklyOptions, weeklyPacketPaths } from "./changelog-weekly.ts"; |
| 4 | import { parseCommit, type RawCommit } from "./draft-changelog.ts"; |
nothing calls this directly
no test coverage detected