chore: add comment to ignore lint rule in S3 service test

This commit is contained in:
Mathis HERRIOT
2026-01-08 12:41:31 +01:00
parent 89bd9d65e7
commit 48b233eae4

View File

@@ -8,6 +8,7 @@ jest.mock("minio");
describe("S3Service", () => { describe("S3Service", () => {
let service: S3Service; let service: S3Service;
let _configService: ConfigService; let _configService: ConfigService;
// biome-ignore lint/suspicious/noExplicitAny: Fine for testing purposes
let minioClient: any; let minioClient: any;
beforeEach(async () => { beforeEach(async () => {