ita-social-projects / SpaceToStudy-Client

MIT License
24 stars 16 forks source link

(SP: 2) Write test for onResponse & onError in CreateOrEditOffer.tsx #2909

Open dudchakk opened 3 days ago

dudchakk commented 3 days ago

Description: The component CreateOrEditOffer.tsx includes functionality to handle responses and errors from the useAxios hook through the onResponse and onError callbacks. To ensure these callbacks work as expected, unit tests need to be written.

onResponse:

onError:

Code coverage right now:

image

image image