mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Tests: ensure combination of flip and flop is covered (#4123)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user