devongovett / exif-reader

A small EXIF image metadata reader
MIT License
145 stars 22 forks source link

Tests: include new non-ASCII fixture when fuzzing, run them 10x longer #25

Closed lovell closed 1 year ago

lovell commented 1 year ago

Each fuzz test now runs for about 1 second, the whole suite still completes in under 10 seconds.

Also updates all devDependencies to latest to avoid audit warnings.