file cleanup
This commit is contained in:
parent
c211a8a199
commit
2c77bfd4e7
1 changed files with 0 additions and 22 deletions
|
|
@ -1,22 +0,0 @@
|
||||||
// import { Test, TestingModule } from '@nestjs/testing';
|
|
||||||
// import { AppController } from './app.controller';
|
|
||||||
// import { AppService } from './app.service';
|
|
||||||
//
|
|
||||||
// describe('AppController', () => {
|
|
||||||
// let appController: AppController;
|
|
||||||
//
|
|
||||||
// beforeEach(async () => {
|
|
||||||
// const app: TestingModule = await Test.createTestingModule({
|
|
||||||
// controllers: [AppController],
|
|
||||||
// providers: [AppService],
|
|
||||||
// }).compile();
|
|
||||||
//
|
|
||||||
// appController = app.get<AppController>(AppController);
|
|
||||||
// });
|
|
||||||
//
|
|
||||||
// describe('root', () => {
|
|
||||||
// it('should return "Hello World!"', () => {
|
|
||||||
// expect(appController.getHello()).toBe('Hello World!');
|
|
||||||
// });
|
|
||||||
// });
|
|
||||||
// });
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue