forked from rohit/spurrin-backend
455 B
455 B
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 endpointsdatabase/- Tests for database operationsservices/- Tests for service integrations
Running Tests
npm run test:integration