<!-- Love Jest? Please consider supporting our collective: 👉 https://opencollective.com/jest/donate --> ## 🚀 Feature Proposal I'd like to be able to turn `worker threads` when running `jest` ## Motivation I think `worker threads` can improve memory usage, and make tests run faster ## Example jest.config.js ```jsx module.exports = { enableWorkerThreads: true } ``` ## Pitch jest-worker already has an option to use worker threads (enableWorkerThreads)