mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-27 21:48:49 -06:00
update useProgress mocks
This commit is contained in:
@@ -80,8 +80,9 @@ jest.mock('react-native-track-player', () => {
|
||||
},
|
||||
},
|
||||
},
|
||||
useTrackPlayerProgress: () => ({
|
||||
useProgress: () => ({
|
||||
position: 100,
|
||||
buffered: 150,
|
||||
duration: 200,
|
||||
}),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user