feat: use new component state api for record table (#8143)
This PR drop the use of the old component state api in favour of the new component state api V2.
This commit is contained in:
@ -25,6 +25,6 @@ describe('formatToHumanReadableTime', () => {
|
||||
const date = new Date('2022-01-01T12:30:00Z');
|
||||
const result = formatToHumanReadableTime(date, 'UTC');
|
||||
|
||||
expect(['12:30 PM', '12:30 PM']).toContain(result);
|
||||
expect(['12:30 PM', '12:30 PM', '12:30 p.m.']).toContain(result);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user