gohorsejobs/backoffice/src
Tiago Yamamoto 93367d7cd6 test(backoffice): add unit tests for StripeService
- Add 8 test cases covering all StripeService methods
- Mock Stripe SDK for isolated testing
- Test createCustomer, createSubscription, cancelSubscription
- Test listSubscriptions, createCheckoutSession, createBillingPortalSession
- Test constructWebhookEvent and onModuleInit
2025-12-28 11:03:58 -03:00
..
admin feat(migration): move admin cloudflare routes to backoffice and cleanup backend 2025-12-15 10:52:40 -03:00
auth feat(auth): add cookie parsing and JWT auth guard to backoffice 2025-12-24 10:27:04 -03:00
email feat: Email System, Avatar Upload, Email Templates UI, and Public Job Posting 2025-12-26 12:21:34 -03:00
external-services Implement secure Stripe credential management using RSA encryption 2025-12-26 11:03:52 -03:00
fcm-tokens feat: Email System, Avatar Upload, Email Templates UI, and Public Job Posting 2025-12-26 12:21:34 -03:00
plans Add Stripe controller routes and full Plans CRUD in backoffice 2025-12-26 10:30:10 -03:00
stripe test(backoffice): add unit tests for StripeService 2025-12-28 11:03:58 -03:00
app.controller.spec.ts chore(backoffice): 🎉 backoffice ready for action 2025-12-15 09:44:26 -03:00
app.controller.ts feat(backoffice): add status endpoint at root and move swagger to /docs 2025-12-24 00:11:18 -03:00
app.module.ts feat: Email System, Avatar Upload, Email Templates UI, and Public Job Posting 2025-12-26 12:21:34 -03:00
app.service.ts feat(backoffice): add status endpoint at root and move swagger to /docs 2025-12-24 00:11:18 -03:00
main.ts feat(auth): add cookie parsing and JWT auth guard to backoffice 2025-12-24 10:27:04 -03:00