Skip to content

Commit 836ad6c

Browse files
authored
Merge branch 'jwt/MOB-10947-task-3-android-retrypolicy-config-at-android-br' into jwt/MOB-11032-task-4-ios-bridge-retrypolicy-and-authfailure
2 parents edfa70f + 5e4e579 commit 836ad6c

5 files changed

Lines changed: 467 additions & 168 deletions

File tree

src/__mocks__/MockRNIterableAPI.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,14 @@ export class MockRNIterableAPI {
7070

7171
static initialize2WithApiKey = jest.fn().mockResolvedValue(true);
7272

73-
static wakeApp = jest.fn()
73+
static wakeApp = jest.fn();
7474

7575
static setInAppShowResponse = jest.fn();
7676

7777
static passAlongAuthToken = jest.fn();
7878

79+
static pauseAuthRetries = jest.fn();
80+
7981
static async getInAppMessages(): Promise<IterableInAppMessage[] | undefined> {
8082
return await new Promise((resolve) => {
8183
resolve(MockRNIterableAPI.messages);

0 commit comments

Comments
 (0)