Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nestjs/nest
/ OverrideModule
Class
OverrideModule
integration/testing-module-override/e2e/modules-override.spec.ts:283–288 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
281
}
282
283
@Global()
284
@Module({
285
providers: [OverrideProvider],
286
exports: [OverrideProvider],
287
})
288
class
OverrideModule {}
289
290
beforeEach(
async
() => {
291
testingModule =
await
Test.createTestingModule({
Callers
nothing calls this directly
Calls
2
Global
Function · 0.90
Module
Function · 0.90
Tested by
no test coverage detected