Skip to content
Snippets Groups Projects
Commit 34e4d49d authored by Mark A. Matney, Jr's avatar Mark A. Matney, Jr
Browse files

Indent

parent ea547a84
Branches
Tags
No related merge requests found
......@@ -48,7 +48,6 @@ describe('getThumbnail', () => {
describe('with a IIIF resource', () => {
for (const type of ['Collection', 'Manifest', 'Canvas', 'Image']) {
describe('with a thumbnail', () => {
it('return the thumbnail and metadata', () => {
expect(createSubject({ '@id': 'xyz', '@type': type, thumbnail: { '@id': url, height: 70, width: 50 } }, type)).toMatchObject({ height: 70, url, width: 50 });
......@@ -80,7 +79,6 @@ describe('getThumbnail', () => {
});
});
});
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment