Skip to content
Snippets Groups Projects
Commit d97a083b authored by Ryan Senior's avatar Ryan Senior
Browse files

Switch jest maxWorkers to 8, fix nested Jest tests

This commit reduces the number of test runner workers for Jest tests
from 10 to 8. This will use less memory and hopefully avoid Circle CI
4GB memory limit test failures. It also fixes some tests that have
nested `it` clauses. This doesn't run correctly on older versions of
Jest and will fail fast on newer versions of Jest.

Fixes #6790
parent c952a60a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment