This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Description
Run npm test and you get:
Jest did not exit one second after the test run has completed.
This usually means that there are asynchronous operations that weren't stopped in your tests. Consider running Jest with `--detectOpenHandles` to troubleshoot this issue.
It's just a warning, but likely caused by the mongodb/mongoose connections not being closed properly at the end of tests.