minio / minio-js

MinIO Client SDK for Javascript
https://docs.min.io/docs/javascript-client-quickstart-guide.html
Apache License 2.0
928 stars 273 forks source link

test: modularize test files #1251

Closed aldy505 closed 3 days ago

aldy505 commented 9 months ago

Regarding #1245, but for me that issue is closed when we migrate the test to Typescript (following the Typescript migration).

I still wanted to move from mocha + chai to something modern, I'd prefer vitest.

This PR might conflict with #1246, but it should be easily resolved.