/**
 * Test helpers for mocking dependencies
 */

// This file is intentionally minimal for now
// The test configuration is handled by NODE_ENV=test in jest.config.js
// and the mock configuration in src/config.ts

export {};
