Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: zip extraction #519

Closed
wants to merge 1 commit into from
Closed

Conversation

vaind
Copy link
Contributor

@vaind vaind commented Feb 28, 2024

Add a test case so that in the future when NodeJS is updated and it breaks zip extraction, tests would capture that.

Related: #518

Update: I've actually tried switching to node20 in the repo and the test still passes so not what I was hoping for. Although it still is good to have a test so I guess the PR is still valid.

@@ -1,16 +1,18 @@
import * as fs from 'fs';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(can't comment on the zip file) -- would it be possible to use a smaller zip -- 1MB is quite hefty to be part of the repository forever!

@vaind
Copy link
Contributor Author

vaind commented Feb 28, 2024

can't reproduce the issue with a given zip file at the moment, I'll leave that to someone facing this next time.

@vaind vaind closed this Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants