Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(unit tests): run Jest tests in single thread to prevent OOM exception
Since the circle container is only 4GB, running jest tests in parallel is problematic as the container frequently runs out of memory. The memoryt can either be increased, or the tests can run in a single thread
- Loading branch information