jest.autoMockOff(); import * as GeneralUtils from '../general_utils'; describe('GeneralUtils', () => { it('should do something', () => { console.log('asdasdasd'); }); });