Skip to content

Commit

Permalink
added newlines to end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-hellen committed Jun 10, 2024
1 parent a577819 commit e056b29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/components/fields/MCLRowFormatter.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,4 @@ describe('MCLRowFormatter', () => {
expect((await screen.findByRole('heading')).textContent).toBe('test');
expect((await screen.findByRole('heading')).parentElement?.className).toBe('test-classname');
});

});
});
2 changes: 1 addition & 1 deletion src/components/fields/TimeField.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ describe('TimeField', () => {

expect(await screen.findByRole('textbox')).toHaveValue('12:30 PM');
});
});
});

0 comments on commit e056b29

Please sign in to comment.