mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-20 16:50:33 -05:00
update nitro player mocks
This commit is contained in:
@@ -4,6 +4,7 @@ jest.mock('react-native-nitro-player', () => ({
|
||||
play: jest.fn(),
|
||||
pause: jest.fn(),
|
||||
seek: jest.fn(),
|
||||
getState: jest.fn().mockResolvedValue({}),
|
||||
skipToIndex: jest.fn(),
|
||||
skipToNext: jest.fn(),
|
||||
skipToPrevious: jest.fn(),
|
||||
|
||||
Reference in New Issue
Block a user