The Wayback Machine - https://web.archive.org/web/20210810071638/https://github.com/topics/amqp0-9-1
Skip to content
#

amqp0-9-1

Here are 58 public repositories matching this topic...

blumamir
blumamir commented Aug 1, 2021

typeorm tests are creating a new db connection in each test. If something goes wrong (assertion fails, exception thrown), the test does not close this connection which causes the following tests to fail as well.
We need to move the logic into afterEach hook so tests clean the environment after they are done for whatever reason.

Improve this page

Add a description, image, and links to the amqp0-9-1 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the amqp0-9-1 topic, visit your repo's landing page and select "manage topics."

Learn more