RafalWilinski / express-status-monitor

🚀 Realtime Monitoring solution for Node.js/Express.js apps, inspired by status.github.com, sponsored by https://dynobase.dev
https://dynobase.dev/
MIT License
3.61k stars 255 forks source link

Doesn't play well with vitest #212

Open B4Dmonkey opened 1 year ago

B4Dmonkey commented 1 year ago

When I install this package and import it into my project then run my test suite using vitest, I get the following error

42136 Segmentation fault: 11 vitest

Removing the import but keeping the package install gets rid of this error. Doing a quick search online this might be related to threading in vitest but im not 100% sure because I didn't get a chance to dive deep into what the underlying packages are doing.

Similar issue