Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nestjs/nest
/ circular-transient-scope.spec.ts
File
circular-transient-scope.spec.ts
integration/scopes/e2e/circular-transient-scope.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ INestApplication, Scope } from
'@nestjs/common'
;
2
import
{ Test } from
'@nestjs/testing'
;
3
import
{ expect } from
'chai'
;
4
import
* as request from
'supertest'
;
Callers
nothing calls this directly
Calls
8
createTestingModule
Method · 0.80
createNestApplication
Method · 0.80
performHttpCall
Function · 0.70
getHttpServer
Method · 0.65
init
Method · 0.65
close
Method · 0.65
compile
Method · 0.45
forRoot
Method · 0.45
Tested by
no test coverage detected