Skip to content

Commit ed386a3

Browse files
committed
Running prettier
1 parent 45308ba commit ed386a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pages/Contacts.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ describe('Contacts Page', () => {
7373
const contacts = getByRole('grid');
7474
expect(contacts).not.toBeNull();
7575
});
76-
76+
7777
it('displays empty list message when there are no contacts', () => {
7878
useContactsList.mockReturnValue({ data: [], refetch: vi.fn() });
7979
const { getByLabelText } = render(

0 commit comments

Comments
 (0)