0.82.0 (2024-05-28)
⚠ BREAKING CHANGES
- jest: The jest coverage provider now always to
v8
via config. Most projects won't be effected by this change since this default was already set in most circumstances. To usebabel
instead, set the coverageProvider option onjestConfig
.
We are making this change to fix coverage provider not being configurable.
We are changing the default to be more consistent across all projects and remove the conditionality of it.