chore: apply prettier on the entire project

This commit is contained in:
jubnl
2026-05-25 21:59:42 +02:00
parent c130ed41be
commit 6bcdfbc34b
488 changed files with 82986 additions and 45830 deletions
+3 -2
View File
@@ -1,6 +1,7 @@
import { describe, it, expect } from 'vitest';
import { HttpException } from '@nestjs/common';
import { JwtAuthGuard } from '../../../src/nest/auth/jwt-auth.guard';
import { HttpException } from '@nestjs/common';
import { describe, it, expect } from 'vitest';
function context(req: unknown) {
return { switchToHttp: () => ({ getRequest: () => req }) } as never;