The current tldr.spec.js test hangs when run like this:
$ REDIS_HOST=172.17.0.2 npm test
> tldr-telegram@1.0.0 test /home/sev/git/tldr-telegram
> mocha test
tldr
✓ should return empty contents for a non-existing page (715ms)
1 passing (723ms)
Most likely caused by the redis connection from ./lib/cache.js.
The current
tldr.spec.js
test hangs when run like this:Most likely caused by the redis connection from
./lib/cache.js
.