localgreenchain/__tests__/api
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.test.ts Add comprehensive testing suite for transport, demand, and vertical farming systems 2025-11-22 18:47:04 +00:00
transport.test.ts Add comprehensive testing suite for transport, demand, and vertical farming systems 2025-11-22 18:47:04 +00:00
vertical-farm.test.ts Add comprehensive testing suite for transport, demand, and vertical farming systems 2025-11-22 18:47:04 +00:00