Mocking Axios in Jest + Testing Async Functions

Опубликовано: 12 Октябрь 2024
на канале: Leigh Halliday
83,487
1.4k

Article and source code here: https://www.leighhalliday.com/mocking...

In this video we'll look at a function that makes an HTTP request using the axios library to the Unsplash API and figure out how we can test it using a fake/mock version of axios to avoid performing real HTTP requests. We will be using Jest and some mocking functionality that it provides.