-
Notifications
You must be signed in to change notification settings - Fork 250
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
Extend binary file extentions list #447
Comments
Good call! Would you be interested in adding it yourself? You can find the code here |
Maybe we should also give people the change to specify that a file should be handled as binary. For example: files: [{ pattern: '/path/to/binary', binary: true }] |
We could add that as an extension as well 👍 |
Hmm maybe it's better to do something like this: files: [{ pattern: '/path/to/binary', encoding: 'buffer' }] Using the string EDIT: Not sure if we should use this issue for this extension. Seems more like a feature. |
Hi,
Earlier Me and Nico where trying to use Stryker on an Typescript project. We noticed we had some failing tests. After some debugging we found out our .zip files were correctly interpreted as binary files.
Some additional file extensions would be nice.
tar
,zip
(Sorry for the unclear explanation)
Greets
The text was updated successfully, but these errors were encountered: