mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
update uppy/aws-s3 with vitest v4
This commit is contained in:
parent
9b24d1441e
commit
842b19efb8
3 changed files with 6 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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' }],
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue