How to Test Fetch or Axios in a React Component with Mock Service Worker(MSW)

Published: 27 September 2021
on channel: Coding With Adam
12,526
157

In this video we are going to learn how to test a react component that uses a rest API to Get data. The library that we will be using is called Mock Service Worker MSW. Our application is a simple todo application that calls out to a rest api called JSONPlaceholder. Mock Service Worker in my opinion is much cleaner than the traditional way of mocking out the fetch call using Jest.

This method of testing is independent of the library used to communicate with an api. It works for fetch, axios etc.

GitHub

https://github.com/CodingWith-Adam/re...

Mock Service Worker
https://mswjs.io/


Watch video How to Test Fetch or Axios in a React Component with Mock Service Worker(MSW) online without registration, duration hours minute second in high quality. This video was added by user Coding With Adam 27 September 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 12,526 once and liked it 157 people.