MCPcopy
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

GlobalFunction · 0.90
ModuleFunction · 0.90

Tested by

no test coverage detected