This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Description
Currently npm t runs lerna exec --concurrency 1 -- npm run test, in which Lerna only runs tests for one package at a time. If our tests are updated so that there will be no conflicting ports used across the tests, we should be able to increase that concurrency flag to increase our CI test times.