mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
test case fixed
This commit is contained in:
@@ -57,7 +57,7 @@ describe('Date Format Translations', () => {
|
||||
});
|
||||
it('should match a date correctly', () => {
|
||||
const dateString = '2023-09-22';
|
||||
const dateFormat = 'yyyy-MM-dd';
|
||||
const dateFormat = 'YYYY-MM-DD';
|
||||
|
||||
const result = DateFnsUtils.isMatch(dateString, dateFormat);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user