mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-08 19:48:40 -06:00
Clean up Jest and Maestro Folders Reduction of the number of calls being made by components Fix issue where a different track would display than the one that is currently playing Update OTA dependency to fix an issue on iOS
5 lines
238 B
JavaScript
5 lines
238 B
JavaScript
// https://github.com/react-native-device-info/react-native-device-info/issues/1360
|
|
import mockRNDeviceInfo from 'react-native-device-info/jest/react-native-device-info-mock'
|
|
|
|
jest.mock('react-native-device-info', () => mockRNDeviceInfo)
|