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

Class Test

packages/common/test/decorators/global.decorator.spec.ts:6–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5describe('@Global', () => {
6 @Global()
7 class Test {}
8
9 it('should enrich metatype with GlobalModule metadata', () => {
10 const isGlobal = Reflect.getMetadata(GLOBAL_MODULE_METADATA, Test);

Callers

nothing calls this directly

Calls 1

GlobalFunction · 0.85

Tested by

no test coverage detected