At the beginning of the implementation, several unit tests were added for the core business logic (i.e., keyword listing, keyword details) but then have been removed (see this test deletion). In the end, there are only unit tests for the Laravel-based authentication.
Expected
The model, controllers, jobs, etc. - basically all the classes related to keyword processing - must have unit tests.
Issue
At the beginning of the implementation, several unit tests were added for the core business logic (i.e., keyword listing, keyword details) but then have been removed (see this test deletion). In the end, there are only unit tests for the Laravel-based authentication.
Expected
The model, controllers, jobs, etc. - basically all the classes related to keyword processing - must have unit tests.