Skip to content

Commit abfeb51

Browse files
committed
change undifined path
1 parent 73fe3d2 commit abfeb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/app.e2e-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Test, TestingModule } from '@nestjs/testing';
22
import { INestApplication } from '@nestjs/common';
33
import * as request from 'supertest';
4-
import { AppModule } from './../src/app.module';
4+
import { AppModule } from './../src/apps/app.module';
55

66
describe('AppController (e2e)', () => {
77
let app: INestApplication;

0 commit comments

Comments
 (0)