apps/nestjs-backend/src/features/attachments/plugins/local.spec.ts
File local.spec.ts
has 310 lines of code (exceeds 300 allowed). Consider refactoring. Open
Open
/* eslint-disable @typescript-eslint/no-explicit-any */
/* eslint-disable sonarjs/no-duplicate-string */
import * as fs from 'fs';
import { join, resolve } from 'path';
import { BadRequestException } from '@nestjs/common';