Concept Flow - Testing module setup
Create TestingModuleBuilder
Configure providers, controllers
Compile TestingModule
Retrieve instances with get()
Run tests using instances
END
This flow shows how NestJS testing modules are created, configured, compiled, and used to get instances for testing.