Description
The codebase has zero unit and integration tests. This is unacceptable for production mining infrastructure that handles critical Docker orchestration and config generation. Testing infrastructure must be established immediately.
Problem Statement
- No test files found in
src/ or server/src/
- No jest/vitest configuration
- No test coverage tooling in package.json
- Critical paths (setup wizard, Docker orchestration, TOML generation) are untested
- Risk of silent failures in production
Description
The codebase has zero unit and integration tests. This is unacceptable for production mining infrastructure that handles critical Docker orchestration and config generation. Testing infrastructure must be established immediately.
Problem Statement
src/orserver/src/