Skip to content

Instantly share code, notes, and snippets.

@Luke-Rogerson
Created September 19, 2020 15:10
Show Gist options
  • Save Luke-Rogerson/33a9ff24bfaf6631b1317127c961cfef to your computer and use it in GitHub Desktop.
Save Luke-Rogerson/33a9ff24bfaf6631b1317127c961cfef to your computer and use it in GitHub Desktop.
// prepended with "mock"
const mockNavigateToProfile = jest.fn()
jest.mock('@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