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

Modularize tests into separate files #1245

Open aldy505 opened 9 months ago

aldy505 commented 9 months ago

Currently there are only 2 files for the entire SDK tests and each of them got thousands lines of code. We should separate the tests by some chunk, to make it easy to read by others.

As a side note, I actually wanted to migrate Mocha and the mocha-step dependency we use to something more modern, but that would mean it might break some things in tests.

prakashsvmx commented 9 months ago

Sure. We will complete the ts migration. and work on migrating the tests.