mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-19 16:17:43 +02:00
- Health endpoint, service key auth, 404 handler tests - Transcribe and append endpoint validation tests - Azure speech service config tests (getAvailableSpeechServices, pickRandomService) - Export app for testability Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 lines
134 B
TypeScript
3 lines
134 B
TypeScript
process.env.NODE_ENV = 'test';
|
|
process.env.SERVICE_KEY = 'test-service-key';
|
|
process.env.MEMORO_SERVER_URL = 'http://localhost:3015';
|