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