# Integration Tests This directory contains integration tests for the application. Integration tests should: - Test interactions between different parts of the application - Test API endpoints - Test database operations - Test external service integrations ## Structure - `api/` - Tests for API endpoints - `database/` - Tests for database operations - `services/` - Tests for service integrations ## Running Tests ```bash npm run test:integration ```