Rachiid007 / TaalToolBox

TaalToolBox App est une application web et mobile axée sur l'apprentissage des langues.
https://taaltoolbox.be
MIT License
7 stars 2 forks source link

🐛 Fixed all Backend tests and created Mock for all controllers and services #136

Closed Rachiid007 closed 1 year ago

Rachiid007 commented 1 year ago

Description :memo:

This pull request fixes all backend tests and creates a Mock for all controllers and services. It also removes all unused imports and variables and removes all auto-generated tests when creating a new module.

The auto-generated tests create more bugs than they solve ! :confused:

Other changes :wrench:

I removed all auto-generated tests when creating a new module, because they create bugs than they solve. I created a Mock for all services and I fixed all tests. I also removed all unused imports and variables.