mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
review comments addressed
This commit is contained in:
+1
@@ -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');
|
||||
|
||||
@@ -226,3 +226,4 @@
|
||||
"module": "./index.js",
|
||||
"typings": "./index.d.ts"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user