We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73fe3d2 commit abfeb51Copy full SHA for abfeb51
test/app.e2e-spec.ts
@@ -1,7 +1,7 @@
1
import { Test, TestingModule } from '@nestjs/testing';
2
import { INestApplication } from '@nestjs/common';
3
import * as request from 'supertest';
4
-import { AppModule } from './../src/app.module';
+import { AppModule } from './../src/apps/app.module';
5
6
describe('AppController (e2e)', () => {
7
let app: INestApplication;
0 commit comments