Brendan Ratter
Results
2
comments of
Brendan Ratter
@axiac I know its a bit late, but I was having the same issue and solved it using a [manual mock](https://jestjs.io/docs/en/manual-mocks). ```js const nodegit = jest.genMockFromModule('nodegit'); // Implement custom mock...
Ah sorry @mlc - I missed this when creating #2940. I had the same issue but took a bit of a different approach to fixing and also found a few...