For the modules mocking of jest to work with babel, they made special babel preset to hoist the calls above the require() calls https://www.npmjs.com/package/babel-plugin-jest-hoist In order to make ts-jest work properly as babel-jest we need this transformation also.