feat: ajout 6 fichiers de tests automatisés — 39/39 verts

This commit is contained in:
Hermann_Kitio 2026-04-16 06:46:43 +03:00
parent 708517edef
commit f4849571c4
10 changed files with 422 additions and 3 deletions

View file

@ -480,14 +480,14 @@ npm run test:coverage
**Résultat attendu (tous les tests au vert) :**
```
✓ canUserSimulate (7 tests)
✓ getPlanPermissions (7 tests)
✓ checkFeatureAccess (13 tests)
✓ getPlanPermissions (4 tests)
✓ checkFeatureAccess (14 tests)
✓ updateUserPlan (4 tests)
✓ verifyStripeWebhook (4 tests)
✓ calculateProrata (6 tests)
Test Files 6 passed (6)
Tests 41 passed (41)
Tests 39 passed (39)
Duration ~1.2s
```