fix: upload test for latest sharp

isekai-main
Barış Soner Uşaklı 3 years ago
parent b9f9164308
commit 424db9ff37

@ -230,7 +230,7 @@ describe('Upload Controllers', () => {
it('should fail if file is missing', (done) => { it('should fail if file is missing', (done) => {
image.size(path.join(__dirname, '../test/files/doesnotexist.png'), (err) => { image.size(path.join(__dirname, '../test/files/doesnotexist.png'), (err) => {
assert.strictEqual(err.message, 'Input file is missing'); assert(err.message.startsWith('Input file is missing'));
done(); done();
}); });
}); });

Loading…
Cancel
Save