Backend de erp-mecanicas-diesel - Workspace V2
Go to file
Adrian Flores Cortes e38d3c3864 [MMD-D-006] feat: Add backend unit tests
Added Jest configuration and unit tests:
- jest.config.js: Jest configuration with ts-jest
- setup.ts: Global test setup with custom matchers

Test files (30 tests passing):
- service-order.service.test.ts: CRUD, status transitions, cost calculation
- diagnostic.service.test.ts: CRUD, OBD codes, completion workflow
- part.service.test.ts: CRUD, stock management, low stock alerts
- vehicle.service.test.ts: CRUD, VIN validation, odometer updates

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 05:03:12 -06:00
src [MMD-D-006] feat: Add backend unit tests 2026-02-03 05:03:12 -06:00
.env.example Migración desde erp-mecanicas-diesel/backend - Estándar multi-repo v2 2026-01-16 08:11:24 -06:00
.gitignore chore: Add .gitignore for clean repository 2026-01-20 07:31:50 -06:00
Dockerfile Migración desde erp-mecanicas-diesel/backend - Estándar multi-repo v2 2026-01-16 08:11:24 -06:00
jest.config.js [MMD-D-006] feat: Add backend unit tests 2026-02-03 05:03:12 -06:00
package-lock.json fix: Resolve TypeScript build errors 2026-01-27 07:54:42 -06:00
package.json fix: Resolve TypeScript build errors 2026-01-27 07:54:42 -06:00
README.md Initial commit 2026-01-16 14:04:56 +00:00
service.descriptor.yml Migración desde erp-mecanicas-diesel/backend - Estándar multi-repo v2 2026-01-16 08:11:24 -06:00
tsconfig.json Migración desde erp-mecanicas-diesel/backend - Estándar multi-repo v2 2026-01-16 08:11:24 -06:00

erp-mecanicas-diesel-backend-v2

Backend de erp-mecanicas-diesel - Workspace V2