Skip to content

expose enableWorkerThreads in jest config #10143

Closed
@sibelius

Description

@sibelius

🚀 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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions