UI Testing: Unit vs Component test
When it comes to testing your frontend applications; there are many testing methodologies: unit testing, component testing, integration and end-to-end test. This article focuses on unit and component testing as they are commonly used interchangeably ...
blossom.hashnode.dev3 min read
Stephen Odogwu
Stack: Python, Django, C, JavaScript, React.js, Node.js, FastAPI
Nice article you wrote ,but if I get you right,testing a React component before production is a form of unit testing also but because in React our codes are in components we can say we are testing the components.