wix-incubator / jest-metadata

🦸‍♂️ Superhero power for your Jest reporters! 🦸‍♀️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use unique appspace per package instance

noomorph opened this issue · comments

E.g. if there is a version conflict, IPC server and client should use jest-metadata@X.Y.Z appspace to avoid path collision.

TODO: check if we can have X.Y.Z and A.B.C actually running simultaneously.

On the other hand, this idea is not very bright – there can be only one test environment, so the IPC client will always have a single version. Instead, I think we should detect multiple IPC servers running simultaneously within the same test session and forbid that.