flyerhq/react-native-keyboard-accessory-view

View on GitHub
jest/setup.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { LayoutAnimation } from 'react-native'

jest.mock('react-native/Libraries/EventEmitter/NativeEventEmitter')

jest.spyOn(LayoutAnimation, 'configureNext').mockImplementation()