We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45308ba commit ed386a3Copy full SHA for ed386a3
test/pages/Contacts.test.jsx
@@ -73,7 +73,7 @@ describe('Contacts Page', () => {
73
const contacts = getByRole('grid');
74
expect(contacts).not.toBeNull();
75
});
76
-
+
77
it('displays empty list message when there are no contacts', () => {
78
useContactsList.mockReturnValue({ data: [], refetch: vi.fn() });
79
const { getByLabelText } = render(
0 commit comments