MCPcopy
hub / github.com/nestjs/nest / onApplicationShutdown

Method onApplicationShutdown

packages/core/test/nest-application-context.spec.ts:121–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119 }
120
121 async onApplicationShutdown() {
122 await setTimeout(1000);
123 onApplicationShutdownStub();
124 }
125 }
126
127 const applicationContext = await testHelper(A, Scope.DEFAULT, [

Callers

nothing calls this directly

Calls 1

setTimeoutFunction · 0.50

Tested by

no test coverage detected