review comments addressed

This commit is contained in:
Jatin_Chugh
2023-07-27 11:14:49 +05:30
parent 388b2abd5c
commit 5f0086c556
2 changed files with 2 additions and 0 deletions
@@ -77,6 +77,7 @@ describe('CardViewDateItemComponent', () => {
return expectedDate;
};
//we will enable this test when will change from moment to date-fns throughout the application
// eslint-disable-next-line ban/ban
xit('should pick date format from appConfigService', () => {
expect(component.dateFormat).toEqual('shortDate');
+1
View File
@@ -226,3 +226,4 @@
"module": "./index.js",
"typings": "./index.d.ts"
}