import { Test, TestingModule } from '@nestjs/testing';
import { AttachmentController } from './attachment.controller';

describe('AttachmentController', () => {
  it.todo('do later');
  // let controller: AttachmentController;
  //
  // beforeEach(async () => {
  //   const module: TestingModule = await Test.createTestingModule({
  //     controllers: [AttachmentController],
  //   }).compile();
  //
  //   controller = module.get<AttachmentController>(AttachmentController);
  // });
  //
  // it('should be defined', () => {
  //   expect(controller).toBeDefined();
  // });
});
