file cleanup

This commit is contained in:
Joe Arndt 2026-02-08 17:58:45 -06:00
parent c211a8a199
commit 2c77bfd4e7

View file

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