Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
huynl-96 committed Sep 21, 2022
1 parent f9e0b88 commit 11af8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/useDateFormat/index.test.ts
Expand Up @@ -43,7 +43,7 @@ describe('useDateFormat', () => {
it('should work with MMMM DD YYYY', () => {
expect(useDateFormat(new Date('2022-01-01 15:05:05'), 'MMMM DD YYYY', { locales: 'en-US' }).value).toBe('January 01 2022')
})

describe('meridiem', () => {
it.each([
// AM
Expand Down

0 comments on commit 11af8ba

Please sign in to comment.