[APPS-2170] Replace moment.js to date-fns in file-folder-properties.test.ts (#3463)

This commit is contained in:
pkunduGL
2023-10-11 21:34:53 +05:30
committed by GitHub
parent ec18f6b9cb
commit 102b62207f
2 changed files with 8 additions and 8 deletions

View File

@@ -28,8 +28,8 @@ export const BROWSER_WAIT_TIMEOUT = 10000;
export const USE_HASH_STRATEGY = true;
// Dates
export const DATE_FORMAT = 'MMM d, yyyy';
export const DATE_TIME_FORMAT = 'MMM d, yyyy, H:mm';
export const DATE_FORMAT = 'MMM D, YYYY';
export const DATE_TIME_FORMAT = 'MMM D, YYYY, H:mm';
// Application Routes
export const APP_ROUTES = {