UNPKG

expo-game-center

Version:

A comprehensive Expo module for iOS Game Center integration, providing authentication, leaderboards, achievements, and native UI presentation.

15 lines (14 loc) 325 B
// Test setup file // Mock console.log to reduce noise in tests global.console = { ...console, // Uncomment to ignore console logs in tests // log: jest.fn(), // warn: jest.fn(), // error: jest.fn(), }; // Set up test environment beforeEach(() => { // Clear all mocks before each test jest.clearAllMocks(); });