Backend de template-saas - Workspace V2
Go to file
Adrian Flores Cortes a671697d35 feat(mlm,goals): Add unit tests for MLM and Goals modules
- Add 8 test files for MLM module (4 services, 4 controllers)
- Add 4 test files for Goals module (2 services, 2 controllers)
- Extract MLM enums to separate file to fix circular dependency
- Total: 153 new tests

Tested:
- All MLM services: structures, ranks, nodes, commissions
- All MLM controllers: structures, ranks, nodes, commissions
- All Goals services: definitions, assignments
- All Goals controllers: definitions, assignments

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 16:35:01 -06:00
__mocks__ Initial commit - Backend de template-saas migrado desde monorepo 2026-01-16 08:07:11 -06:00
src feat(mlm,goals): Add unit tests for MLM and Goals modules 2026-02-03 16:35:01 -06:00
.dockerignore Initial commit - Backend de template-saas migrado desde monorepo 2026-01-16 08:07:11 -06:00
.env.example [INTEGRACION] fix: Corregir credenciales en .env.example 2026-01-20 18:21:15 -06:00
.gitignore Initial commit - Backend de template-saas migrado desde monorepo 2026-01-16 08:07:11 -06:00
Dockerfile Initial commit - Backend de template-saas migrado desde monorepo 2026-01-16 08:07:11 -06:00
eslint.config.js Initial commit - Backend de template-saas migrado desde monorepo 2026-01-16 08:07:11 -06:00
jest.config.cjs Initial commit - Backend de template-saas migrado desde monorepo 2026-01-16 08:07:11 -06:00
package-lock.json fix: Resolve TypeORM entity type metadata issues 2026-01-25 06:36:18 -06:00
package.json fix: Resolve TypeORM entity type metadata issues 2026-01-25 06:36:18 -06:00
README.md Initial commit 2026-01-16 14:04:04 +00:00
tsconfig.json Initial commit - Backend de template-saas migrado desde monorepo 2026-01-16 08:07:11 -06:00

template-saas-backend-v2

Backend de template-saas - Workspace V2