| 1 | import { describe, test, expect, vi, beforeEach, afterEach } from "vitest"; |
| 2 | import { QualifiedRules, RuleConfigSeverity, UserPromptConfig } from "@commitlint/types"; |
| 3 | import { Answers, DistinctQuestion } from "inquirer"; |
| 4 |
nothing calls this directly
no test coverage detected