/** * Jest setup file - runs before all tests * Loads environment variables from .env.development */ require('dotenv').config({ path: '.env.development' });