quality.testing

Logic change without corresponding test updates

Diffs that change critical logic should usually update the matching tests in the same change.

#Metadata

#Why it matters

Critical logic changes without test updates are easy to miss in review and increase regression risk.

#Remediation

Update or add the matching tests in the same change so the new behavior is exercised by the diff.

#Repository path

The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.quality.logic-change-without-test-updates.rule.yaml.