apps/nestjs-backend/src/features/selection/selection.service.spec.ts
File selection.service.spec.ts
has 908 lines of code (exceeds 300 allowed). Consider refactoring. Open
Open
/* eslint-disable @typescript-eslint/no-explicit-any */
import { faker } from '@faker-js/faker';
import type { TestingModule } from '@nestjs/testing';
import { Test } from '@nestjs/testing';
import type { IFieldOptionsVo, IFieldVo } from '@teable/core';