From 11af8ba89396762c828408af66c2187d3a691d26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Levi=20=28Nguy=E1=BB=85n=20L=C6=B0=C6=A1ng=20Huy=29?= Date: Wed, 21 Sep 2022 13:16:56 +0700 Subject: [PATCH] fix: linting --- packages/shared/useDateFormat/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared/useDateFormat/index.test.ts b/packages/shared/useDateFormat/index.test.ts index efc56339644..cbc60120457 100644 --- a/packages/shared/useDateFormat/index.test.ts +++ b/packages/shared/useDateFormat/index.test.ts @@ -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