apps/nestjs-backend/src/features/invitation/invitation.service.spec.ts
File invitation.service.spec.ts
has 368 lines of code (exceeds 300 allowed). Consider refactoring. Open
Open
/* eslint-disable @typescript-eslint/no-explicit-any */
import { BadRequestException, ForbiddenException, NotFoundException } from '@nestjs/common';
import type { TestingModule } from '@nestjs/testing';
import { Test } from '@nestjs/testing';
import { getPermissions, Role } from '@teable/core';