Test jest v28 with yarn workspaces
use master branch.
Jest v28 is unable to generate coverage for /packages when
- coverageProvider is set to
v8instead ofbabeland resetModulesis set totruein the config (settingresetModulestofalsegenerates coverage withv8)
use v27 branch
Jest v27 is able to generate coverage for both v8 and babel irrespective of the resetModules option.