Skip to content

Instantly share code, notes, and snippets.

@crshmk
Created November 13, 2020 22:58
Show Gist options
  • Select an option

  • Save crshmk/c6cdfa64ea264415c1073b8b8cc3d8fb to your computer and use it in GitHub Desktop.

Select an option

Save crshmk/c6cdfa64ea264415c1073b8b8cc3d8fb to your computer and use it in GitHub Desktop.
mock lodash.debounce
jest.mock('lodash.debounce', () => jest.fn(fn => fn))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment