Aleksey P

Results 2 comments of Aleksey P

According to this comment https://github.com/facebook/jest/issues/3465#issuecomment-351186130 you can workaround this issue by mocking `debounce` with `jest.mock('lodash/debounce', () => jest.fn(fn => fn));` in your `setupJest.js`.