Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
onghwan committed Jan 22, 2025
1 parent 99969af commit bc8c0d8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 32 deletions.
15 changes: 15 additions & 0 deletions packages/core-mobile/__mocks__/expo-haptics.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
const ImpactFeedbackStyle = {
Light: 'light',
Medium: 'medium',
Heavy: 'heavy',
Rigid: 'rigid',
Soft: 'soft'
}

const Haptics = {
impactAsync: jest.fn()
}

export { ImpactFeedbackStyle }
export const impactAsync = Haptics.impactAsync
export default Haptics
32 changes: 0 additions & 32 deletions packages/core-mobile/__mocks__/react-native-haptic-feedback.js

This file was deleted.

0 comments on commit bc8c0d8

Please sign in to comment.