diff --git a/test/app.e2e-spec.ts b/test/app.e2e-spec.ts index 4df6580..48a0b02 100644 --- a/test/app.e2e-spec.ts +++ b/test/app.e2e-spec.ts @@ -5,7 +5,7 @@ import { App } from 'supertest/types'; import { AppModule } from './../src/app.module'; describe('AppController (e2e)', () => { - let app: INestApplication; + let app: INestApplication; beforeEach(async () => { const moduleFixture: TestingModule = await Test.createTestingModule({