john-bodley commented on code in PR #28201:
URL: https://github.com/apache/superset/pull/28201#discussion_r1594378535
##########
superset-frontend/src/components/Table/Table.stories.tsx:
##########
@@ -593,19 +593,19 @@ const shoppingData: ShoppingData[] = [
{
key: 1,
item: 'Floppy Disk 10 pack',
- orderDate: Date.now(),
+ orderDate: new Date('2015-07-02T16:16:00Z').getTime(),
Review Comment:
Is there something akin to [freezegun](https://github.com/spulec/freezegun)
for frontend code?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]