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