react-native-aps
Version:
Amazon Publisher Services SDK for React Native
13 lines (11 loc) • 326 B
text/typescript
const AdsModule = {
initialize: jest.fn((_) => Promise.resolve()),
setAdNetworkInfo: jest.fn(),
setMRAIDSupportedVersions: jest.fn(),
setMRAIDPolicy: jest.fn(),
setTestMode: jest.fn(),
setUseGeoLocation: jest.fn(),
addCustomAttribute: jest.fn(),
removeCustomAttribute: jest.fn(),
};
export default AdsModule;