1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-01-02 03:37:54 +02:00

removed test-gif again

This commit is contained in:
gras 2024-04-18 22:08:20 +02:00
parent e2fedb26a1
commit 7077fedc5a
3 changed files with 0 additions and 14 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 982 KiB

View File

@ -1,8 +0,0 @@
{
"creationDate": 1713101795426,
"fileSize": 1005674,
"size": {
"height": 400,
"width": 400
}
}

View File

@ -41,12 +41,6 @@ describe('MetadataLoader', () => {
expect(Utils.clone(data)).to.be.deep.equal(expected);
});
it('should load gif', async () => {
const data = await MetadataLoader.loadPhotoMetadata(path.join(__dirname, '/../../../assets/rotatingearthwmetadata.gif'));
const expected = require(path.join(__dirname, '/../../../assets/rotatingearthwmetadata.json'));
expect(Utils.clone(data)).to.be.deep.equal(expected);
});
it('should load png', async () => {
const data = await MetadataLoader.loadPhotoMetadata(path.join(__dirname, '/../../../assets/test_png.png'));
const expected = require(path.join(__dirname, '/../../../assets/test_png.json'));