I trying to run jest test on react app without --env=jsdom. Problem is that I mock all information in setupTests.js but still something is missing. At the moment when running test getting error:
TypeErrorL Cannot use 'in' operator to search for 'OTransitionProperty' in undefined
Can anyone help me with this one?