mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
MOB-991 fix perf jest mock
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user