MSW is a library that allows you to do HTTP Mocking and intercept your requests to change their implementation. It is useful for Component tests when a component makes an HTTP request or when you want to develop your application offline, or not depend on external service and generate the costs.