Mar 24, 2021
Hi, thank you for your question.
The "--maxWorkers=4" is a number of workers in one machine. CircleCI’s parallelism is to prepare multiple machines running tests.
If you specify "--maxWorkers=1", Jest will run tests in order but specify “—maxWorkers=4”, Jest will run multiple tests “concurrently” in one machine.