/** * Central export for all test fixtures, helpers, and shared data * Import from this file to access all shared test utilities * * Usage: * import { loginAsUser, userCredentials, bookingTestData } from './fixtures'; */ // Re-export all test data export * from './testData'; // Re-export all authentication helpers export * from './authHelpers';