Improved testing, more linting and added paging to request/all endpoint #95
Reference in New Issue
Block a user
No description provided.
Delete Branch "docs_testing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added tests for config file and it's supporting filter scripts.
Added a separate test config file for when running tests. For api requests to tmdb this all requests needed to first be cached with a fixture. 🎣
Linting to tmdb.js 🧙♂️
Cleaned up some code by having the map function create the json object. 🛀
RequestRepository now has a paging feature when requesting all requests. 📄