Tests

Tests unitaires

Pour lancer les tests unitaires :

npm run test:unit -w packages/api
npm run test -w packages/common
npm run test -w packages/ui

Tests d'intégration

Pour lancer les tests d'intégrations :

npm run test:integration -w packages/api