Part 2 - Implementing testing and organizing the code
Oct 12, 2023 · 6 min read · In part 1, we implemented the authentication module. Now we will ensure we follow the best practices. So let's start with testing. Feature Testing Authentication is a feature of our app. The user can register, login and log out. These are actions a u...
Join discussion