Skip to content

Commit

Permalink
Remove trigger mock
Browse files Browse the repository at this point in the history
  • Loading branch information
theodur committed Oct 31, 2024
1 parent a806679 commit 9bf4f4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion VAMobile/jest/testSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,5 @@ jest.mock('react-native-webview', () => {
})

jest.mock('react-native-haptic-feedback', () => ({
trigger: jest.fn(),
HapticFeedbackTypes: {},
}))

0 comments on commit 9bf4f4f

Please sign in to comment.