update uppy/aws-s3 with vitest v4

This commit is contained in:
prakash 2026-07-02 15:20:50 +05:30
parent 9b24d1441e
commit 842b19efb8
No known key found for this signature in database
3 changed files with 6 additions and 1 deletions

View file

@ -47,8 +47,10 @@
"@aws-sdk/s3-request-presigner": "^3.362.0",
"@types/node": "^20.19.0",
"@uppy/core": "workspace:^",
"@vitest/browser-playwright": "^4.1.6",
"jsdom": "^26.1.0",
"nock": "^13.1.0",
"playwright": "1.60.0",
"typescript": "^5.8.3",
"vitest": "^4.1.6",
"whatwg-fetch": "3.6.2"

View file

@ -1,3 +1,4 @@
import { playwright } from '@vitest/browser-playwright'
import { defineConfig } from 'vitest/config'
export default defineConfig({
@ -19,7 +20,7 @@ export default defineConfig({
include: ['**/minio.test.ts'],
browser: {
enabled: true,
provider: 'playwright',
provider: playwright(),
instances: [{ browser: 'chromium' }],
},
},