Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/conventional-changelog/commitlint
/ SectionBody.test.ts
File
SectionBody.test.ts
@commitlint/cz-commitlint/src/SectionBody.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, test, expect } from
"vitest"
;
2
import
{ RuleConfigSeverity } from
"@commitlint/types"
;
3
4
import
{ combineCommitMessage, getQuestions } from
"./SectionBody.js"
;
Callers
nothing calls this directly
Calls
4
test
Function · 0.85
setRules
Function · 0.85
getQuestions
Function · 0.70
combineCommitMessage
Function · 0.70
Tested by
no test coverage detected