Skip to content

Commit

Permalink
review comments addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
jatin2008 committed Jul 21, 2023
1 parent 53a4d32 commit 82d3488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,3 +226,4 @@
"module": "./index.js",
"typings": "./index.d.ts"
}

0 comments on commit 82d3488

Please sign in to comment.