| 1 | import { INestApplication, ValidationPipe } from '@nestjs/common'; |
| 2 | import { Test } from '@nestjs/testing'; |
| 3 | import * as request from 'supertest'; |
| 4 | import { AppModule } from '../src/app.module'; |
nothing calls this directly
no test coverage detected