kibertoad / unzipomatic

Modern unzipping library for Node.js
MIT License
3 stars 0 forks source link

Add more tests #23

Closed H4ad closed 4 months ago

H4ad commented 4 months ago

Changes

Add more tests based on yauzl, I will not add any unit test, I will only add tests to ensure we are unzipping the files correctly. I also added the list fo testCases that we can use to compare against file system or in memory when we had other types of unzip.

While adding the tests, I found some flaky tests, probably caused by our changes in the code, we should investigate those flaky tests sometime.

I also disabled thresholds for now until we have a more mature testing/API.