When I run jest tests locally with yarn test:unit:watch
, I am getting this error from the jest library:
Test suite failed to run
TypeError: Cannot redefine property: window
at Object.<anonymous> (node_modules/jest-canvas-mock/lib/index.js:11:17)
Any suggestion what's wrong? I tried to delete node_modules and reinstall and also to clone the repo again but it's repeating. Others are not facing this problem.