mirror of
https://github.com/tooot-app/app
synced 2024-12-12 09:10:19 +01:00
7 lines
202 B
JavaScript
7 lines
202 B
JavaScript
jest.mock('react-native/Libraries/LayoutAnimation/LayoutAnimation', () => ({
|
|
...require.requireActual(
|
|
'react-native/Libraries/LayoutAnimation/LayoutAnimation'
|
|
),
|
|
configureNext: jest.fn()
|
|
}))
|