Skip to content

Instantly share code, notes, and snippets.

@tresende
Last active January 16, 2021 21:59
Show Gist options
  • Save tresende/1b858aaf0f6c0cb7585096e6fa27120c to your computer and use it in GitHub Desktop.
Save tresende/1b858aaf0f6c0cb7585096e6fa27120c to your computer and use it in GitHub Desktop.
jest.mock('./esModule', () => ({
__esModule: true, // this property makes it work
default: 'mockedDefaultExport',
namedExport: jest.fn()
}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment