React Native Expo Jest Tests: No “.then()” statements are entered in loading in data tests
I am writing feature specs for my application. The application is a music player app, and the user can edit their playlists. The feature in question I am testing edits a track, or all the tracks, in the playlist based on the argument passed in…