Function: getRuleCatalogEntryForRuleName()
function getRuleCatalogEntryForRuleName(
ruleName: string
): TestSignalRuleCatalogEntry;
Defined in: _internal/rule-catalog.ts:137
Resolve stable catalog metadata for a rule name.
Parametersโ
ruleNameโ
string
Returnsโ
Throwsโ
When the rule is missing from the catalog.