Tests: small speed up to a couple of tile-related tests

This commit is contained in:
Lovell Fuller 2021-03-09 20:33:36 +00:00
parent 447aec3fde
commit 955b5f43a5

View File

@ -613,7 +613,7 @@ describe('Tile', function () {
rimraf(directory, function () {
sharp(fixtures.inputJpg)
.png({
compressionLevel: 1
compressionLevel: 0
})
.tile({
layout: 'google'
@ -650,7 +650,8 @@ describe('Tile', function () {
rimraf(directory, function () {
sharp(fixtures.inputJpg)
.webp({
quality: 1
quality: 1,
reductionEffort: 0
})
.tile({
layout: 'google'