/** * Vitest setup file * This file is loaded before all tests */ import { beforeAll, afterAll } from 'vitest' // Global setup can be added here if needed // For now, we keep it minimal as each test suite has its own setup