Created
December 9, 2019 17:38
-
-
Save 73nko/2fc9f1de08c7de9d534d24d1c622463e to your computer and use it in GitHub Desktop.
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('moment', () => { | |
const moment = jest.requireActual('moment'); | |
return {default: moment }; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment