Skip to content

Commit

Permalink
revert wrong Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MajedAlaitwniCap committed Nov 6, 2023
1 parent 8ab5968 commit a8242f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { createMock, DeepMocked } from '@golevelup/ts-jest';
import { EntityManager } from '@mikro-orm/mongodb';
import { ICurrentUser } from '@modules/authentication';
import { JwtAuthGuard } from '@modules/authentication/guard/jwt-auth.guard';
import { FileRecordResponse } from '@modules/files-storage/controller/dto';
import { ExecutionContext, INestApplication } from '@nestjs/common';
import { Test, TestingModule } from '@nestjs/testing';
import { ApiValidationError } from '@shared/common';
Expand All @@ -19,6 +18,7 @@ import { ErrorType } from '../../error';
import { FilesStorageTestModule } from '../../files-storage-test.module';
import { FILES_STORAGE_S3_CONNECTION } from '../../files-storage.config';
import { TestHelper } from '../../helper/test-helper';
import { FileRecordResponse } from '../dto';
import { availableParentTypes } from './mocks';

jest.mock('file-type-cjs/file-type-cjs-index', () => {
Expand Down

0 comments on commit a8242f6

Please sign in to comment.