MCPcopy
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

1import { describe, test, expect, vi, beforeEach } from "vitest";
2import { QualifiedRules, RuleConfigSeverity } from "@commitlint/types";
3
4import { GetRuleMethod, SetRulesMethod } from "./rules.js";

Callers

nothing calls this directly

Calls 3

testFunction · 0.85
setRulesFunction · 0.85
getRuleFunction · 0.85

Tested by

no test coverage detected