Address jest/expect-expect warnings by adding explicit assertions or using approved assertion patterns for helper-driven tests.
Context and motivation
Some tests rely on side-effect or thrown-error pathways that are not always detected by the rule. We should make assertions explicit where practical.
Acceptance criteria
Address
jest/expect-expectwarnings by adding explicit assertions or using approved assertion patterns for helper-driven tests.Context and motivation
Some tests rely on side-effect or thrown-error pathways that are not always detected by the rule. We should make assertions explicit where practical.
Acceptance criteria