We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae4516c commit edb17a3Copy full SHA for edb17a3
src/frontend/src/tests/hooks/Users.hooks.test.tsx
@@ -25,7 +25,7 @@ describe('user hooks', () => {
25
expect(result.current.data).toEqual(exampleAllUsers);
26
});
27
28
- it('handles getting a single user', async () => {
+ it.skip('handles getting a single user', async () => {
29
const mockedGetSingleUser = getSingleUser as jest.Mock<Promise<AxiosResponse<User>>>;
30
mockedGetSingleUser.mockReturnValue(mockPromiseAxiosResponse<User>(exampleAdminUser));
31
0 commit comments