mirror of
https://github.com/Jellify-Music/App.git
synced 2026-03-17 18:51:24 -05:00
fix jest
This commit is contained in:
@@ -58,7 +58,7 @@ describe('Player Controls', () => {
|
||||
await previous()
|
||||
|
||||
expect(TrackPlayer.skipToPrevious).toHaveBeenCalled()
|
||||
expect(TrackPlayer.play).not.toHaveBeenCalled()
|
||||
expect(TrackPlayer.play).toHaveBeenCalled()
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user