MCPcopy
hub / github.com/nestjs/nest / on-app-shutdown.hook.spec.ts

File on-app-shutdown.hook.spec.ts

packages/core/test/hooks/on-app-shutdown.hook.spec.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { OnApplicationShutdown } from '@nestjs/common';
2import { expect } from 'chai';
3import * as sinon from 'sinon';
4import { callAppShutdownHook } from '../../hooks/on-app-shutdown.hook';

Callers

nothing calls this directly

Calls 3

callAppShutdownHookFunction · 0.90
getProviderByKeyMethod · 0.80
addProviderMethod · 0.45

Tested by

no test coverage detected