Tests: ensure combination of flip and flop is covered (#4123)

This commit is contained in:
Don Denton
2024-06-04 16:34:18 -04:00
committed by GitHub
parent 56fae3eda1
commit 472aaf3311
3 changed files with 3 additions and 1 deletions

View File

@@ -417,6 +417,7 @@ describe('Rotation', function () {
it('Flip and flop', function (done) {
sharp(fixtures.inputJpg)
.resize(320)
.flip()
.flop()
.toBuffer(function (err, data, info) {
if (err) throw err;