linting fixes

This commit is contained in:
SheenaMalhotra182
2023-10-04 14:39:04 +05:30
parent 6013b4e779
commit e9bc36791c
@@ -55,7 +55,7 @@ describe('Date Format Translations', () => {
expect(result).toEqual(expectedParsedDate);
});
it('should match a date correctly', () => {
const dateString = '2023-09-22';
const dateFormat = 'YYYY-MM-DD';