spurrin-cleaned-backend-dev/tests/integration/README.md
rohitgir-879 dc39677783 v1.0.0-rc
2025-06-12 00:19:44 +05:30

17 lines
455 B
Markdown

# 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
```