Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nestjs/nest
/ nest-application-context.spec.ts
File
nest-application-context.spec.ts
packages/core/test/nest-application-context.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ Injectable, InjectionToken, Provider, Scope } from
'@nestjs/common'
;
2
import
{ expect } from
'chai'
;
3
import
* as sinon from
'sinon'
;
4
import
{ setTimeout } from
'timers/promises'
;
Callers
nothing calls this directly
Calls
15
testHelper
Function · 0.85
deferredShutdown
Function · 0.85
all
Method · 0.80
addModule
Method · 0.80
enableShutdownHooks
Method · 0.65
on
Method · 0.65
init
Method · 0.65
get
Method · 0.65
resolve
Method · 0.65
create
Method · 0.65
addController
Method · 0.45
addInjectable
Method · 0.45
Tested by
no test coverage detected