Files
homeassistant-mcp/.env.test.example
jango-blockchained 3115c41e87 Add test environment configuration and update Jest setup
- Created `.env.test.example` with test environment variables
- Updated `jest.config.cjs` to simplify configuration and improve test setup
- Added `jest.setup.ts` to load and configure test environment variables
- Updated test files to use dynamic test environment configuration
- Enhanced README.md with additional configuration details for testing
2025-01-30 09:56:19 +01:00

11 lines
254 B
Plaintext

# Test Environment Configuration
# Home Assistant Test Instance
TEST_HASS_HOST=http://localhost:8123
TEST_HASS_TOKEN=test_token
TEST_HASS_SOCKET_URL=ws://localhost:8123/api/websocket
# Test Server Configuration
TEST_PORT=3001
NODE_ENV=test
DEBUG=false