pnxtech / hydra

A light-weight library for building distributed applications such as microservices
https://www.hydramicroservice.com
MIT License
645 stars 54 forks source link

Add more unit test coverage for Cache and cleaned it up a bit #186

Closed sjmcdowall closed 6 years ago

sjmcdowall commented 6 years ago

Added full coverage to the Cache lib and also tweaked it a bit to make it slightly more effecient and IMHO more readable.. and it still passes all the tests.. Aren’t unit tests awesome!! :)

I also renamed the generic test.js to be specific for index.test.js since that is what it is testing ..

cjus commented 6 years ago

Looks good. Thanks!