Skip to content

Instantly share code, notes, and snippets.

@MiguelSavignano
Created October 13, 2021 10:11
Show Gist options
  • Save MiguelSavignano/ee08511c03de19a412150ac2f1b438fc to your computer and use it in GitHub Desktop.
Save MiguelSavignano/ee08511c03de19a412150ac2f1b438fc to your computer and use it in GitHub Desktop.
jest.mock('axios');
axios.create.mockReturnThis();
axios.get.mockResolvedValueOnce(Promise.resolve({
data: myMockData
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment