Skip to content

Commit

Permalink
fix UTs
Browse files Browse the repository at this point in the history
  • Loading branch information
ElenaDiachenko committed Sep 5, 2024
1 parent e7ea7f3 commit 13287dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sdk-react-native/src/__tests__/iosRunner.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jest.mock('@rnv/core', () => ({
logInfo: jest.fn(),
inquirerPrompt: jest.fn(),
getCurrentCommand: jest.fn(),
isOfflineMode: jest.fn(),
}));

beforeEach(() => {
Expand Down

0 comments on commit 13287dc

Please sign in to comment.