Problem
jest (dev dependency) is at 27.5.1; latest is 30.x (three majors
behind).
Proposed change
Upgrade jest to ^30, adjust the jest config block in
package.json and any snapshots for breaking changes, and ensure the
suite passes with the 100% coverage thresholds intact.
Acceptance criteria
jest on ^30; tests green; coverage thresholds met.
Problem
jest(dev dependency) is at 27.5.1; latest is 30.x (three majorsbehind).
Proposed change
Upgrade
jestto^30, adjust thejestconfig block inpackage.jsonand any snapshots for breaking changes, and ensure thesuite passes with the 100% coverage thresholds intact.
Acceptance criteria
jeston^30; tests green; coverage thresholds met.