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 19dd3bc commit 35a9e9eCopy full SHA for 35a9e9e
examples/cookbook/app/network-requests/__tests__/PhoneBook.test.tsx
@@ -4,9 +4,6 @@ import axios from 'axios';
4
import PhoneBook from '../PhoneBook';
5
import { User } from '../types';
6
7
-jest.mock('axios');
8
-
9
-jest.setTimeout(10000);
10
describe('PhoneBook', () => {
11
it('fetches contacts successfully and renders in list', async () => {
12
(global.fetch as jest.Mock).mockResolvedValueOnce({
0 commit comments