Skip to content

Instantly share code, notes, and snippets.

@enzzoperez
Created April 18, 2022 15:24
Show Gist options
  • Save enzzoperez/eaa4ac4223f59932ad92c3a96b4c80c1 to your computer and use it in GitHub Desktop.
Save enzzoperez/eaa4ac4223f59932ad92c3a96b4c80c1 to your computer and use it in GitHub Desktop.
import axios from 'axios';
import MockAdapter from 'axios-mock-adapter';
describe('Testing uses cases for async hook', () => {
it('testing success get request', async () => {
const mock = new MockAdapter(axios);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment