Skip to content

Instantly share code, notes, and snippets.

@night-fury-rider
Last active December 27, 2023 06:02
Show Gist options
  • Save night-fury-rider/43723b43c66c04530d3eb12e1bd9fba1 to your computer and use it in GitHub Desktop.
Save night-fury-rider/43723b43c66c04530d3eb12e1bd9fba1 to your computer and use it in GitHub Desktop.
Jest - Mocking Library Methods
jest.mock("react-native-share", ()=> {
open: jest.fn()
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment