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)
Julien Goux
03/07/2022, 3:20 PM
But with the memory leak I realize I won’t be able to use this API 😂
Julien Goux
03/07/2022, 3:21 PM
Right now we have a custom script in which we launch one jest process per 10 test files to avoid OOM errors