Skip to content

Commit cf41936

Browse files
committed
style: fix prettier formatting
1 parent 84c4942 commit cf41936

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

client/components/Dropdown/DropdownMenu.test.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('DropdownMenu', () => {
1616
);
1717
};
1818

19-
it('should render the dropdown button', () => {
19+
it('should render the dropdown button', () => {
2020
renderDropdown();
2121

2222
const button = screen.getByRole('button', { name: 'More options' });
@@ -52,6 +52,4 @@ describe('DropdownMenu', () => {
5252
expect(screen.queryByRole('menu')).not.toBeInTheDocument();
5353
});
5454
});
55-
56-
5755
});

0 commit comments

Comments
 (0)