Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nestjs/nest
/ many-global-modules.spec.ts
File
many-global-modules.spec.ts
integration/injector/e2e/many-global-modules.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ Test } from
'@nestjs/testing'
;
2
import
{ expect } from
'chai'
;
3
import
* as sinon from
'sinon'
;
4
import
{ Global, Inject, Injectable, Module, Scope } from
'@nestjs/common'
;
Callers
nothing calls this directly
Calls
7
Global
Function · 0.90
Module
Function · 0.90
Injectable
Function · 0.90
createTestingModule
Method · 0.80
checkDependencies
Method · 0.80
resolve
Method · 0.65
compile
Method · 0.45
Tested by
no test coverage detected