Validate all images are actually images during the tests
Open
good first issue
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 1.5k
- Avg merge
- 18m
- Merged PRs (30d)
- 2
Description
We could do a `HEAD` request to all image URL's to ensure the mimeType returned is actually an image.
This would prevent things like #430 where the URL added didn't actually point to an image 👍
Existing tests: https://github.com/electron/electron-apps/blob/master/test/human-data.js#L100
Contributor guide
Assessment
This issue has not been assessed yet.