You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jest has detected the following 1 open handle potentially keeping Jest from exiting:
β PerformanceObserver
3 |
4 | const prefix = "foo";> 5 | client.collectDefaultMetrics({ prefix });| ^
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
π Bug Report
i use prom-client version 13.1.0.
when i run
jest --detectOpenHandles
i getTo Reproduce
$ npm install prom-client --save $ npm test prom.test.js
Expected behavior
when running
jest --detectOpenHandles
, it should not detect PerformanceObserver as open handle and it coincide with #10020envinfo
The text was updated successfully, but these errors were encountered: