78d5eb299e
The benefits of `CachingJestRuntime` only apply if in `watch` mode. If not, then we're doing FS calls but not getting benefit from them. This is a small optimization that will hopefully make CI happier with our caching runtime, if/when it's used. Signed-off-by: Mitchell Hentges <mhentges@spotify.com>