Identify the most effective strategy for tuning slow NestJS test suites at scale.
Your CI runs thousands of NestJS tests and is dominated by a slow suite of controller/service unit tests. Each test file rebuilds a full Testing module that imports the real AppModule (with database, cache, and third-party client providers). Which change will most effectively and safely reduce total runtime without weakening the unit tests?