spurrin-backend/tests/integration
2025-06-09 11:11:52 +05:30
..
README.md dev-backup 2025-06-09 11:11:52 +05:30

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

npm run test:integration