mdwiltfong / reactive-weather-app

https://reactive-weatherapp.herokuapp.com/
0 stars 0 forks source link

MSW Handlers need to be updated #21

Closed mdwiltfong closed 2 years ago

mdwiltfong commented 2 years ago
//TODO: Now that the API routes have been made, these handlers need to be updated to enable testing

https://github.com/mdwiltfong/reactive-weather-app/blob/f7c76dd31793574a334ef95297f11ca27311d27b/src/mocks/handlers.js#L6

mdwiltfong commented 2 years ago

To be specific, these handlers should be set up E2E testing. Right now, with the aide of Postman, they are just performing integration tests for the front end.

In order to do this, the app will require to spin up it's front end and server. Concurrently would be a suitable package.