Gibson C
Results
1
comments of
Gibson C
Alternatively, you can: 1. Create a `./nodegit-import.js` and re-export `nodegit` as a `default` export 2. Replace all imports of `nodegit` with `./nodegit-import` 3. During test, apply a `jest.mock` on `./nodegit-import`...