mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-22 09:58:46 -05:00
767fa3cbcf
Additions to testing files - including ensuring QueueProvider functionality Fix issue where artists in the favorites wouldn't show up
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)
|