How writing component tests improved my component cleanliness
At my current assignment, we recently started converting e2e tests to component tests to reduce the duration of our CI/CD pipeline. While performing this task, I noticed how my components became cleaner and more robust. In this blog, I will share how writing component tests increases the cleanliness of our components.