Skip to content

Instantly share code, notes, and snippets.

@rickhanlonii
Created March 4, 2018 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rickhanlonii/da2f8ffaeb5bfe754c4da46e07dc8d14 to your computer and use it in GitHub Desktop.
Save rickhanlonii/da2f8ffaeb5bfe754c4da46e07dc8d14 to your computer and use it in GitHub Desktop.
Mock jest.fn example
export const add = jest.fn();
export const subtract = jest.fn();
export const multiply = jest.fn();
export const divide = jest.fn();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment