import * as dotenv from 'dotenv'; // Load environment variables from .env dotenv.config(); // Add any additional test setup here if needed