Skip to content

Instantly share code, notes, and snippets.

@bearkfear
Last active October 2, 2020 14:44
Show Gist options
  • Save bearkfear/d5ecb9aaaf5a07e5998ceac58b63a5db to your computer and use it in GitHub Desktop.
Save bearkfear/d5ecb9aaaf5a07e5998ceac58b63a5db to your computer and use it in GitHub Desktop.
Como fazer o Mock do axios no typescript com jest
const mockedAxios = axios as jest.Mocked<typeof axios>;
@bearkfear
Copy link
Author

Como fazer mock do axios no Typescript

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment