Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(perf): Set maxWorkers to match the number of cores available (#6249)
AppVeyor VMs have 2 cores, yet we were telling Jest to use 3 workers. Changing it to 2 should reduce overhead and speed up the test suite.
- Loading branch information