| 1 | import { OnApplicationShutdown } from '@nestjs/common'; |
| 2 | import { expect } from 'chai'; |
| 3 | import * as sinon from 'sinon'; |
| 4 | import { callAppShutdownHook } from '../../hooks/on-app-shutdown.hook'; |
nothing calls this directly
no test coverage detected