This commit is contained in:
Mikael Finstad 2026-03-29 13:35:06 +08:00
parent 2603294471
commit 2603295e55
No known key found for this signature in database
GPG key ID: 25AB36E3E81CBC26

View file

@ -3,8 +3,8 @@ import { describe, expect, inject, it, vi } from 'vitest'
import { S3mini } from '../../src/s3-client/S3.js'
import { createSigV4Signer } from '../../src/s3-client/signer.js'
import { randomBytes } from '../test-utils/browser-crypto.js'
import { beforeRun, cleanupTestBeforeAll } from './test-util.js'
import type { BucketConfigs } from './teardown.js'
import { beforeRun, cleanupTestBeforeAll } from './test-util.js'
const name = 'minio'