Jest Cannot read property ‘createEvent’ of null
This seems to be the #1 question that is found when someone Googles “Cannot read property ‘createEvent’ of null”, so leaving this answer here for those readers: For me this error came in the midst of a test. When executing a series of tests, some test or the other used to fail with this error, … Read more