mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
* fix: Prevent response storage calls if method is not supported * fix: Added missing import * chore: File formatting * fix: Ensure updateCache gets called before method check * chore: Removed unnecessary optional chaining * fix: Added methods check for reject callback * test: Added tests that cover cache.methods cases * test: Added assertions to axios rejecting tests * chore: Added more details to debugging logs