diff --git a/src/components/fields/MCLRowFormatter.test.tsx b/src/components/fields/MCLRowFormatter.test.tsx index 32de6b6..3a37356 100644 --- a/src/components/fields/MCLRowFormatter.test.tsx +++ b/src/components/fields/MCLRowFormatter.test.tsx @@ -45,5 +45,4 @@ describe('MCLRowFormatter', () => { expect((await screen.findByRole('heading')).textContent).toBe('test'); expect((await screen.findByRole('heading')).parentElement?.className).toBe('test-classname'); }); - -}); \ No newline at end of file +}); diff --git a/src/components/fields/TimeField.test.tsx b/src/components/fields/TimeField.test.tsx index e2acc8f..2089b60 100644 --- a/src/components/fields/TimeField.test.tsx +++ b/src/components/fields/TimeField.test.tsx @@ -56,4 +56,4 @@ describe('TimeField', () => { expect(await screen.findByRole('textbox')).toHaveValue('12:30 PM'); }); -}); \ No newline at end of file +});