mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-23 19:48:44 -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
6 lines
223 B
TypeScript
6 lines
223 B
TypeScript
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
// @ts-ignore
|
|
import mockRNCNetInfo from '@react-native-community/netinfo/jest/netinfo-mock'
|
|
|
|
jest.mock('@react-native-community/netinfo', () => mockRNCNetInfo)
|