1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-11-27 22:38:10 +02:00

Creating Album settings UI and adding album related translations #45

This commit is contained in:
Patrik J. Braun
2021-05-31 22:34:55 +02:00
parent c832e2d5e2
commit f1818c1ca6
21 changed files with 554 additions and 3 deletions

View File

@@ -595,7 +595,7 @@ describe('IndexingManager', (sqlHelper: DBTestHelper) => {
await im.saveToDB(dir);
const albums = await am.getAlbums();
expect(albums[0].preview).to.be.an('object');
// expect(albums[0].preview).to.be.an('object');
delete albums[0].preview;
expect(albums).to.be.equalInAnyOrder([
{