Rishi Sharma

Results 2 issues of Rishi Sharma

## Summary Memory leak is alleviated with `vm.compileFunction`. Related to https://github.com/facebook/jest/issues/11956 Inspired by earlier work done earlier https://github.com/facebook/jest/pull/10586 ## Test plan Change is covered by existing tests. Below is a...

cla signed

Memory leak as reported by jest `--detectLeaks`. Steps to reproduce: 1. `git clone [email protected]:gribnoysup/setup-polly-jest.git` 2. `npm install` 3. `npm install weak-napi` (required jest `--detectLeaks`) 4. `npx jest -c ./test/jest-circus-integration.config.json --verbose...