Skip to content

Commit d44807d

Browse files
authored
Merge pull request Expensify#81546 from TaduJR/feat-CFI-Add-Approver-row-on-the-member-invite-confirmation-page
[No-QA] fix: remove jest.unmock for native modules breaking test suite
2 parents 01941ae + d5e03c8 commit d44807d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/ui/WorkspaceInviteMessageApproverPageTest.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ import * as LHNTestUtils from '../utils/LHNTestUtils';
1919
import * as TestHelper from '../utils/TestHelper';
2020
import waitForBatchedUpdatesWithAct from '../utils/waitForBatchedUpdatesWithAct';
2121

22-
jest.unmock('react-native-reanimated');
23-
jest.unmock('react-native-worklets');
24-
2522
jest.mock('@src/components/ConfirmedRoute.tsx');
2623

2724
TestHelper.setupGlobalFetchMock();

0 commit comments

Comments
 (0)