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