MOB-991 fix perf jest mock

This commit is contained in:
sepeterson
2025-11-25 08:05:31 -06:00
parent f847d3ab19
commit 403be86702

View File

@@ -110,7 +110,8 @@ jest.mock( "@react-native-firebase/analytics", () => ( {
} ) );
jest.mock( "@react-native-firebase/perf", () => ( {
startTrace: jest.fn( )
startFirebaseTrace: jest.fn( ),
stopFirebaseTrace: jest.fn( )
} ) );
// see https://stackoverflow.com/questions/42268673/jest-test-animated-view-for-react-native-app