Skip to content

Test Cleanup

Compare
Choose a tag to compare
@evantahler evantahler released this 21 Feb 04:37
· 905 commits to main since this release

Ensure that connections are properly closed in tests (and other node.js processes)

  • Properly close all connections in test suite; prevent node app from shutdown 'hang'.
  • Removed toDisconnectProcessors as a multiworker option, because it actually wasn't doing anything
    (#235)

Misc

  • update dependencies