MCPcopy
hub / github.com/conventional-changelog/commitlint / SectionHeader.test.ts

File SectionHeader.test.ts

@commitlint/cz-commitlint/src/SectionHeader.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, test, expect, beforeEach } from "vitest";
2import { RuleConfigSeverity } from "@commitlint/types";
3
4import { combineCommitMessage, getQuestions, getQuestionConfig } from "./SectionHeader.js";

Callers

nothing calls this directly

Calls 7

setRulesFunction · 0.85
setPromptConfigFunction · 0.85
testFunction · 0.85
getQuestionConfigFunction · 0.85
validateMethod · 0.80
getQuestionsFunction · 0.70
combineCommitMessageFunction · 0.70

Tested by

no test coverage detected