I am trying to write unit test for a non exported function using rewire in react-native , but it starts showing below mentioned error as soon as I do the setup for rewire and run test for that file
ReferenceError: /Users/tushar/Desktop/wealthO2_clone/WealthO2.ClientPortal.MobileApp/node_modules/react-native/jest/setup.js: The module factory of jest.mock()
is not allowed to reference any out-of-scope variables.Invalid variable access: get_Allowed objects: Array, ArrayBuffer, Atomics, BigInt, BigInt64Array, BigUint64Array, Boolean, Buffer, DataView, Date, Error, EvalError, FinalizationRegistry, Float32Array etc
FYI the project is in typescript