mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-06 02:50:30 -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
4 lines
65 B
TypeScript
4 lines
65 B
TypeScript
jest.mock('@sentry/react-native', () => ({
|
|
init: jest.fn(),
|
|
}))
|