From d955dc0640ea710b4f7c59dac5caf540f3ac94c1 Mon Sep 17 00:00:00 2001 From: golergka Date: Sat, 19 Sep 2020 12:51:21 +0300 Subject: [PATCH] docs(worker): removed duplicated description for `setupArgs` (#10533) --- packages/jest-worker/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/jest-worker/README.md b/packages/jest-worker/README.md index efc91bb9a7cb..d0523c940040 100644 --- a/packages/jest-worker/README.md +++ b/packages/jest-worker/README.md @@ -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`.