microsoft / rushstack

Monorepo for tools developed by the Rush Stack community
https://rushstack.io/
Other
5.74k stars 587 forks source link

[jest] Update the test reporter to report unchecked snapshots. #4773

Closed iclanton closed 3 weeks ago

iclanton commented 3 weeks ago

Summary

Heft's Jest plugin currently doesn't report obsolete snapshots. This PR updates the reporter to print a warning if a snapshot is unchecked.

How it was tested

Introduced an unchecked snapshot and ran heft test.

Impacted documentation

None.