mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-07 20:09:28 -05:00
5ca00df6f7
run prettier
7 lines
204 B
JavaScript
7 lines
204 B
JavaScript
jest.mock('react-native-reanimated', () => ({
|
|
...jest.requireActual('react-native-reanimated/mock'),
|
|
createAnimatedPropAdapter: jest.fn,
|
|
useReducedMotion: jest.fn,
|
|
LayoutAnimationConfig: jest.fn,
|
|
}))
|