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