wix-incubator / jest-metadata

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support root state mirroring via IPC

noomorph opened this issue · comments

This feature might come in handy when the metadata server is running in a grandparent process whereas Jest reporter runs in a parent process.

Jest reporter can listen to events from the IPC server and build the same state inside.

I gave it a thought or two, and it seems it will be more intricate (and breaking some abstractions) than it should have been, so I'll close it for now as "not planned".