You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a unit test for statusCodeCard that ensures that the statusCodeCard when the status code for 100 contains an image link to images/100.gif and links to https://httpstatuses.com/100
* #66 add @testing-library/react as dev dep and setup jest to work with tsx imported styles
* #66 add tests for statusCodeCard with usage of @testing-library/react library
* Update components/statusCodeCard.test.tsx
Co-authored-by: Monica Powell <[email protected]>
statusCodeCard
that ensures that the statusCodeCard when the status code for 100 contains an image link toimages/100.gif
and links tohttps://httpstatuses.com/100
https://github.com/M0nica/httriri/blob/main/components/statusCodeCard.tsx
The text was updated successfully, but these errors were encountered: