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