richardgirges / express-fileupload

Simple express file upload middleware that wraps around busboy
MIT License
1.52k stars 259 forks source link

Remove static test files. #355

Closed RomanBurunkov closed 10 months ago

RomanBurunkov commented 10 months ago

This PR removes static mock files from the package(./test/files/) and adds test files generation instead. Should significantly decrease the package size, which is 1.22 MB for the latest version.

RomanBurunkov commented 10 months ago

Hi @richardgirges For some reasons circleCI can't install busboy package for node 14 and also coveralls failing.

If you ok with such improvement, could you please check coveralls state?

Thanks