common-cents-api/src/app.controller.spec.ts
2026-02-07 21:23:01 -06:00

22 lines
679 B
TypeScript

// 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!');
// });
// });
// });