Skip to content

Instantly share code, notes, and snippets.

@73nko
Created December 9, 2019 17:38
Show Gist options
  • Save 73nko/2fc9f1de08c7de9d534d24d1c622463e to your computer and use it in GitHub Desktop.
Save 73nko/2fc9f1de08c7de9d534d24d1c622463e to your computer and use it in GitHub Desktop.
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