[Bug]: --workerIdleMemoryLimit doesn't work with --maxWorkers 1 · Issue #13792 · jestjs/jest

Version 29.3.1 Steps to reproduce Run a bunch of tests with --maxWorkers 1 --workerIdleMemoryLimit 1kb --logHeapUsage. Memory usage will go up way beyond 1kb. Expected behavior I expect the worker ...