Description
Add comprehensive unit tests for the maintenance-service-factory, covering the happy path of factory instantiation and dependency wiring.
Changes
- Created
test/unit/factories/maintenance-service-factory.spec.ts
- Verifies
MaintenanceService instance creation
- Tests dependency injection of EventRepository and settings
Test Coverage
- Increased from 0% to 100% (7/7 statements)
- All 1146 unit tests passing
Type
- Test coverage improvement
Description
Add comprehensive unit tests for the maintenance-service-factory, covering the happy path of factory instantiation and dependency wiring.
Changes
test/unit/factories/maintenance-service-factory.spec.tsMaintenanceServiceinstance creationTest Coverage
Type