localgreenchain/__tests__/integration
Claude b8d2d5be5f
Add comprehensive testing suite for transport, demand, and vertical farming systems
- Set up Jest testing framework with TypeScript support
- Add unit tests for TransportChain blockchain (tracker, carbon, types)
- Add unit tests for DemandForecaster (forecaster, aggregation, recommendations)
- Add unit tests for VerticalFarmController (controller, recipes, environment)
- Add API tests for transport, demand, and vertical-farm endpoints
- Add integration tests for full lifecycle workflows:
  - Seed-to-seed lifecycle
  - Demand-to-harvest flow
  - VF batch lifecycle
2025-11-22 18:47:04 +00:00
..
demand-to-harvest.test.ts Add comprehensive testing suite for transport, demand, and vertical farming systems 2025-11-22 18:47:04 +00:00
seed-to-seed.test.ts Add comprehensive testing suite for transport, demand, and vertical farming systems 2025-11-22 18:47:04 +00:00
vf-batch-lifecycle.test.ts Add comprehensive testing suite for transport, demand, and vertical farming systems 2025-11-22 18:47:04 +00:00