From e056b29105c4e17cf8142685f9bdf227b6328ddc Mon Sep 17 00:00:00 2001 From: Chris Hellen Date: Mon, 10 Jun 2024 08:40:48 -0500 Subject: [PATCH] added newlines to end of files --- src/components/fields/MCLRowFormatter.test.tsx | 3 +-- src/components/fields/TimeField.test.tsx | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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 +});