Closed
Description
🚀 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
module.exports = {
enableWorkerThreads: true
}
Pitch
jest-worker already has an option to use worker threads (enableWorkerThreads)