Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

MSW React

This repo serves as a basic example on how to use Mock Service Worker to add integration tests to our React apps.

To run it locally just:

Install the dependencies:

npm install

Run the project

npm start