1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-07-15 01:24:25 +02:00

implementing basic faces page

This commit is contained in:
Patrik J. Braun
2019-02-14 18:25:55 -05:00
parent b9efea7620
commit 4fc965d10f
32 changed files with 476 additions and 59 deletions

View File

@ -14,8 +14,8 @@ describe('PersonManager', () => {
it('should upgrade keywords to person', async () => {
const pm = new PersonManager();
pm.loadAll = () => Promise.resolve();
pm.persons = [{name: 'Han Solo', id: 0, faces: []},
{name: 'Anakin', id: 2, faces: []}];
pm.persons = [{name: 'Han Solo', id: 0, faces: [], count: 0},
{name: 'Anakin', id: 2, faces: [], count: 0}];
const p_noFaces = <PhotoDTO>{
metadata: {