Skip to content

Commit

Permalink
chore(jest-worker): fix headlines of readme (#12339)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas committed Feb 9, 2022
1 parent 78faa85 commit 457b5f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/jest-worker/README.md
Expand Up @@ -91,7 +91,7 @@ The `resourceLimits` option which will be passed to `worker_threads` workers.

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

### `taskQueue: TaskQueue` (optional)
#### `taskQueue: TaskQueue` (optional)

The task queue defines in which order tasks (method calls) are processed by the workers. `jest-worker` ships with a `FifoQueue` and `PriorityQueue`:

Expand All @@ -102,7 +102,7 @@ The task queue defines in which order tasks (method calls) are processed by the

Provide a custom WorkerPool class to be used for spawning child processes.

### `workerSchedulingPolicy: 'round-robin' | 'in-order'` (optional)
#### `workerSchedulingPolicy: 'round-robin' | 'in-order'` (optional)

Specifies the policy how tasks are assigned to workers if multiple workers are _idle_:

Expand Down

0 comments on commit 457b5f9

Please sign in to comment.