Created
November 13, 2020 22:58
-
-
Save crshmk/c6cdfa64ea264415c1073b8b8cc3d8fb to your computer and use it in GitHub Desktop.
mock lodash.debounce
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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