From 39645b370bc10359f7de81b0d648e8fb9e16c3cc Mon Sep 17 00:00:00 2001 From: golergka Date: Sat, 19 Sep 2020 02:54:38 +0300 Subject: [PATCH] Removed duplicated description for setupArgs --- 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`.