Skip to content

Commit

Permalink
Mock HapticFeedbackTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
theodur committed Oct 31, 2024
1 parent 542c05e commit a806679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions VAMobile/jest/testSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,4 +318,5 @@ jest.mock('react-native-webview', () => {

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

0 comments on commit a806679

Please sign in to comment.