Skip to content

Instantly share code, notes, and snippets.

@evaldosantos
Created August 21, 2018 21:02
Show Gist options
  • Save evaldosantos/7e3487de1cc447c49d48de868b9e47ad to your computer and use it in GitHub Desktop.
Save evaldosantos/7e3487de1cc447c49d48de868b9e47ad to your computer and use it in GitHub Desktop.
const spy = jest.spyOn(MODULE, 'myFunction').mockImplementation(() => Promise.resolve({payload: 2}));
spy.mockRestore()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment