Our CI is so slow that I’m looking into using parallel runners with a matrix to parallelize our integration tests (a new shard option was just merged in jest : https://github.com/facebook/jest/pull/12546)
But with the memory leak I realize I won’t be able to use this API 😂
Right now we have a custom script in which we launch one jest process per 10 test files to avoid OOM errors