Skip to content

Commit

Permalink
docs(worker): removed duplicated description for setupArgs (#10533)
Browse files Browse the repository at this point in the history
  • Loading branch information
golergka committed Sep 19, 2020
1 parent 23f425c commit d955dc0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/jest-worker/README.md
Expand Up @@ -87,8 +87,6 @@ The arguments that will be passed to the `setup` method during initialization.

Provide a custom worker pool to be used for spawning child processes. By default, Jest will use a node thread pool if available and fall back to child process threads.

The arguments that will be passed to the `setup` method during initialization.

#### `enableWorkerThreads: boolean` (optional)

`jest-worker` will automatically detect if `worker_threads` are available, but will not use them unless passed `enableWorkerThreads: true`.
Expand Down

0 comments on commit d955dc0

Please sign in to comment.