bitfocus / companion-module-youtube-live

MIT License
11 stars 13 forks source link

fix: tests open handles issue #88

Closed cyprient closed 1 year ago

cyprient commented 1 year ago

Fix open handles issues which appeared after the typescript/ts-jest/jest bump

Error message was: A worker process has failed to exit gracefully and has been force exited. This is likely caused by tests leaking due to improper teardown. Try running with --detectOpenHandles to find leaks. Active timers can also cause this, ensure that .unref() was called on them.