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