#990052 Drop @types/jest, replaced by @jest/types

#990052#5
Date:
2021-06-18 18:14:06 UTC
From:
To:
@types/jest is now obsolete as jest itself provides type definitions in
@jest/types module (already shipped in the package). When using
@types/jest, it results in error finding dependencies, for example in
node-memfs with fs-monkey as component.

#990052#10
Date:
2021-06-19 08:47:07 UTC
From:
To:
Seems this transition is not completed.