node-docker-good-defaults
node-docker-good-defaults copied to clipboard
Failing test after following the README.md instruction
I recently cloned the repo and did a fresh docker-compose up. After visiting localhost it works as expected.
Moving forward I tried to run some tests, but found out that /documents test was failing. After looking at some logs, found out that it's unable to connect to database. I'm not sure why it's happening but I suspect it maybe because of mocha timeout not able to wait for the db connection.
Please advise, Thank you :)