mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Created basic tests
This commit is contained in:
6
jest/react-native.js
vendored
Normal file
6
jest/react-native.js
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
jest.mock('react-native/Libraries/LayoutAnimation/LayoutAnimation', () => ({
|
||||
...require.requireActual(
|
||||
'react-native/Libraries/LayoutAnimation/LayoutAnimation'
|
||||
),
|
||||
configureNext: jest.fn()
|
||||
}))
|
Reference in New Issue
Block a user