Rishabh Moudgil
Rishabh Moudgil
Jest is a bit weird because [it actually replaces `require`](https://github.com/facebook/jest/blob/v24.8.0/packages/jest-runtime/src/index.ts#L894-L900). Because of this, the `require-in-the-middle` hook does not catch any of the modules we want to patch. A very hack-y...
Maybe we should add a way to run integrations' tests _without_ injecting the tracer so we can compare the results. Or maybe there's a good way to diff the results?
Wait, it's not done yet lol Also, do you think this is a useful addition lol? 👀