Use Intl.DateTimeFormat instead of moment for date formatting
This commit is contained in:
@@ -32,6 +32,7 @@ global.window = {
|
||||
get: key => storageMap.get(key),
|
||||
put: async (key, value) => storageMap.set(key, value),
|
||||
},
|
||||
getPreferredSystemLocales: () => ['en'],
|
||||
};
|
||||
|
||||
// For ducks/network.getEmptyState()
|
||||
|
Reference in New Issue
Block a user