mirror of
https://github.com/immich-app/immich.git
synced 2025-12-09 15:03:54 +09:00
chore(web): change license wording and other things (#11309)
This commit is contained in:
@@ -12,8 +12,9 @@ describe('getKeysDeep', () => {
|
||||
foo: 'bar',
|
||||
flag: true,
|
||||
count: 42,
|
||||
date: new Date(),
|
||||
}),
|
||||
).toEqual(['foo', 'flag', 'count']);
|
||||
).toEqual(['foo', 'flag', 'count', 'date']);
|
||||
});
|
||||
|
||||
it('should skip undefined properties', () => {
|
||||
|
||||
Reference in New Issue
Block a user