chore(web): change license wording and other things (#11309)

This commit is contained in:
Alex
2024-07-26 10:34:35 -05:00
committed by GitHub
parent bc20710c6d
commit ef7a6bb246
40 changed files with 1045 additions and 518 deletions

View File

@@ -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', () => {