Feature Request
Description:
Please add back support for node 16.10 into the package.json engines field.
the latest versions of jest-extended cannot be used when you're trying to avoid high memory consumption by jest in node v 16.11+ as described in jestjs/jest#11956.
This concerns jest-extended ^2.1.0 as well as ^3.0.0.
Possible solution:
Lower engines requirements for node to 16.10 from 16.13 in package.json
Feature Request
Description:
Please add back support for node 16.10 into the
package.jsonenginesfield.the latest versions of jest-extended cannot be used when you're trying to avoid high memory consumption by jest in node v 16.11+ as described in jestjs/jest#11956.
This concerns jest-extended
^2.1.0as well as^3.0.0.Possible solution:
Lower engines requirements for node to
16.10from16.13inpackage.json