Daler Asrorov
Daler Asrorov
Set up Mocha in the app and create first unit test that checks Spotify API authentication for example.
This should be done after [we will finish setting up Jest](https://github.com/DalerAsrorov/componofy/issues/8) and will write tests. This should run all types of tests (integration, unit, functional), and output the status of...
In `Playlist` component, add a new action/reducer/ability to search for playlists of the same category in `/public` route. The endpoint that will help one achieve this API method would be...
Create an endpoint for a specific track for more information about it `/api/track/:id`. In the future, the plan is to have set of requests placed in the redux store.