apps/nestjs-backend/src/features/oauth/oauth-server.service.spec.ts
File oauth-server.service.spec.ts
has 387 lines of code (exceeds 300 allowed). Consider refactoring. Open
Open
/* eslint-disable @typescript-eslint/no-explicit-any */
/* eslint-disable sonarjs/no-duplicate-string */
import { BadRequestException, UnauthorizedException } from '@nestjs/common';
import { JwtService } from '@nestjs/jwt';
import type { TestingModule } from '@nestjs/testing';