1
0
mirror of https://github.com/tooot-app/app synced 2024-12-12 09:10:19 +01:00
tooot/jest/react-native.js
2020-12-28 00:59:57 +01:00

7 lines
202 B
JavaScript

jest.mock('react-native/Libraries/LayoutAnimation/LayoutAnimation', () => ({
...require.requireActual(
'react-native/Libraries/LayoutAnimation/LayoutAnimation'
),
configureNext: jest.fn()
}))