From 113a5c574784ecba76ae6eb12d1d6f0c05e1e85a Mon Sep 17 00:00:00 2001 From: Prakash Date: Sat, 20 Jun 2026 00:49:49 +0530 Subject: [PATCH] exclude minio.test.ts from jsdom test Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- packages/@uppy/aws-s3/vitest.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/@uppy/aws-s3/vitest.config.ts b/packages/@uppy/aws-s3/vitest.config.ts index 37b4bd06a..8d4a39912 100644 --- a/packages/@uppy/aws-s3/vitest.config.ts +++ b/packages/@uppy/aws-s3/vitest.config.ts @@ -9,9 +9,10 @@ export default defineConfig({ test: { name: 's3-jsdom', include: ['**/*.test.ts'], + exclude: ['**/minio.test.ts'], environment: 'jsdom', }, - }, + } { test: { name: 's3-browser',