| 1 | import { describe, test, expect, beforeEach } from "vitest"; |
| 2 | import { RuleConfigSeverity } from "@commitlint/types"; |
| 3 | |
| 4 | import { combineCommitMessage, getQuestions } from "./SectionFooter.js"; |
nothing calls this directly
no test coverage detected