In CI, Rhapsody's test runner - Jest - collects the list of packages that have changed plus their dependents. It then runs tests just for those packages. This change should cut down the amount of tests run for a given PR and will continue to decrease as we move more code out of the legacy src directory into apps and shared packages.