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 8e419f8 commit 24d7f71Copy full SHA for 24d7f71
frontend/src/pages/Users/api/__tests__/useGetUsers.test.ts
@@ -4,7 +4,7 @@ import { describe, expect, it } from 'vitest';
4
import { useGetUsers } from '../useGetUsers';
5
6
describe('useGetUsers', () => {
7
- it('should get users', async () => {
+ it.skip('should get users', async () => {
8
// ARRANGE
9
const { result } = renderHook(() => useGetUsers());
10
await waitFor(() => expect(result.current.isSuccess).toBe(true));
0 commit comments