diff --git a/lib/core/src/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.spec.ts b/lib/core/src/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.spec.ts index 1c8c8f378b1..de8e03d0871 100644 --- a/lib/core/src/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.spec.ts +++ b/lib/core/src/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.spec.ts @@ -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'); diff --git a/package.json b/package.json index eb824582a65..197d491332b 100644 --- a/package.json +++ b/package.json @@ -226,3 +226,4 @@ "module": "./index.js", "typings": "./index.d.ts" } +