Test jest v28 with yarn workspaces
use master
branch.
Jest v28 is unable to generate coverage for /packages
when
- coverageProvider is set to
v8
instead ofbabel
and resetModules
is set totrue
in the config (settingresetModules
tofalse
generates coverage withv8
)
use v27
branch
Jest v27 is able to generate coverage for both v8
and babel
irrespective of the resetModules
option.