garris / BackstopJS

Catch CSS curve balls.
http://backstopjs.org
MIT License
6.67k stars 605 forks source link

Fix getDiffImageAsJPEG error for jpg outputFormat #1456

Open vntw opened 1 year ago

vntw commented 1 year ago

Fixes issues when using outputFormat: 'jpg' as encountered in #1438. Since this option dictates the file path/extension for everything (tests/refs/internal files as far as I could tell), creating jpg variants of these seemed like the easiest solution.

✓ Smoke tests ✓ Linter

Fixes #1438