mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
Tests: catch potential failures during tile unzip
This commit is contained in:
parent
c295f06a6f
commit
f1e640d231
@ -915,7 +915,8 @@ describe('Tile', function () {
|
|||||||
extractZip(container, { dir: path.dirname(extractTo) })
|
extractZip(container, { dir: path.dirname(extractTo) })
|
||||||
.then(() => {
|
.then(() => {
|
||||||
assertDeepZoomTiles(directory, 256, 13, done);
|
assertDeepZoomTiles(directory, 256, 13, done);
|
||||||
});
|
})
|
||||||
|
.catch(done);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
@ -945,7 +946,8 @@ describe('Tile', function () {
|
|||||||
extractZip(container, { dir: path.dirname(extractTo) })
|
extractZip(container, { dir: path.dirname(extractTo) })
|
||||||
.then(() => {
|
.then(() => {
|
||||||
assertDeepZoomTiles(directory, 256, 13, done);
|
assertDeepZoomTiles(directory, 256, 13, done);
|
||||||
});
|
})
|
||||||
|
.catch(done);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user