TypeError: Cannot read properties of undefined (reading ‘html’)

I had the same issue when updating my react app to jest 28. The issue was the missing jest-environment-jsdom package which was not yet necessary in jest 27.

See https://jestjs.io/docs/28.x/upgrading-to-jest28

Leave a Comment

tech