Skip to content

Instantly share code, notes, and snippets.

@Luke-Rogerson
Last active September 19, 2020 15:09
Show Gist options
  • Save Luke-Rogerson/1857ae984339b8f8f1afcb02e0de520e to your computer and use it in GitHub Desktop.
Save Luke-Rogerson/1857ae984339b8f8f1afcb02e0de520e to your computer and use it in GitHub Desktop.
const navigateToProfile = jest.fn()
// notice we're using "doMock" here
jest.doMock('@react-navigation/native', () => {
// ...the same
})
test('it should navigate to user profile on press', () => {
// ...the same
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment