Missing tests for critical logic
Critical auth, payment, or similar business logic should have a matching test file.
#Metadata
#Why it matters
Important business and security logic needs direct regression coverage to keep changes safe and reviewable.
#Remediation
Add a focused unit or integration test that covers the critical behavior before future changes land.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.quality.missing-tests-for-critical-logic.rule.yaml.