Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nestjs/nest
/ transient-scope.spec.ts
File
transient-scope.spec.ts
packages/core/test/scope/transient-scope.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ Inject, Injectable, Scope } from
'@nestjs/common'
;
2
import
{ INQUIRER, ModuleRef } from
'@nestjs/core'
;
3
import
{ Test } from
'@nestjs/testing'
;
4
import
{ expect } from
'chai'
;
Callers
nothing calls this directly
Calls
4
createTestingModule
Method · 0.80
get
Method · 0.65
create
Method · 0.65
compile
Method · 0.45
Tested by
no test coverage detected