We get:
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?
Probably because we don't close the connection to the DB.
It may require using only one instance of sequalize.
We get:
Probably because we don't close the connection to the DB.
It may require using only one instance of sequalize.