| 1 | import { INestApplication } from '@nestjs/common'; |
| 2 | import { MicroserviceOptions, Transport } from '@nestjs/microservices'; |
| 3 | import { Test } from '@nestjs/testing'; |
| 4 | import { expect } from 'chai'; |
nothing calls this directly
no test coverage detected