/** * Test setup for OxJS tests */ // Polyfill for browser globals in Node environment if (typeof window === 'undefined') { global.window = global; } // Add any other test setup here console.log('Test environment setup complete');