Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 265 Bytes

File metadata and controls

17 lines (11 loc) · 265 Bytes

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